diff options
author | Skip Montanaro <skip@pobox.com> | 2001-09-29 13:53:21 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-09-29 13:53:21 (GMT) |
commit | a1c3662e8433e0290816d85b82b2291f54ee6062 (patch) | |
tree | f61a3c728757ad0a9a72e481cfc018130e25dd89 /Doc | |
parent | c7ba0c4c24c178fcfc4d7754d6efcfcc2f8ae9fc (diff) | |
download | cpython-a1c3662e8433e0290816d85b82b2291f54ee6062.zip cpython-a1c3662e8433e0290816d85b82b2291f54ee6062.tar.gz cpython-a1c3662e8433e0290816d85b82b2291f54ee6062.tar.bz2 |
forgot to mark use of StringType and UnicodeType in the text.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtypes.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 0bc5523..3f2a73f 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -157,6 +157,7 @@ The type of buffer objects created by the \end{datadesc} \begin{datadesc}{StringTypes} -A list containing StringType and UnicodeTypes used to facilitate easier -checking for any string object, e.g. \code{s in types.StringTypes}. +A list containing \var{StringType} and \var{UnicodeType} used to +facilitate easier checking for any string object, e.g. \code{s in +types.StringTypes}. \end{datadesc} |