mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
forgot to mark use of StringType and UnicodeType in the text.
This commit is contained in:
parent
c7ba0c4c24
commit
a1c3662e84
1 changed files with 3 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue