mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
This commit is contained in:
parent
b215137224
commit
af8a015c93
34 changed files with 62 additions and 60 deletions
|
@ -34,7 +34,7 @@ supported as long as the values contained therein are themselves
|
|||
supported; and recursive lists and dictionaries should not be written
|
||||
(they will cause infinite loops).
|
||||
|
||||
{\bf Caveat:} On machines where C's \code{long int} type has more than
|
||||
\strong{Caveat:} On machines where C's \code{long int} type has more than
|
||||
32 bits (such as the DEC Alpha), it
|
||||
is possible to create plain Python integers that are longer than 32
|
||||
bits. Since the current \code{marshal} module uses 32 bits to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue