diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
commit | af8a015c937d11e4efcda3f91344ad3e758d26e8 (patch) | |
tree | 5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/libmarshal.tex | |
parent | b215137224cafcdb665a7b298dbf02be6a214d0c (diff) | |
download | cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2 |
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
Diffstat (limited to 'Doc/libmarshal.tex')
-rw-r--r-- | Doc/libmarshal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libmarshal.tex b/Doc/libmarshal.tex index fa86c03..dc4ed98 100644 --- a/Doc/libmarshal.tex +++ b/Doc/libmarshal.tex @@ -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 |