Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b72116

Browse files
committed
Marc-Andre Lemburg <[email protected]>:
Added UnicodeType.
1 parent 56ced2a commit 0b72116

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/libtypes.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ \section{\module{types} ---
5555
The type of character strings (e.g. \code{'Spam'}).
5656
\end{datadesc}
5757

58+
\begin{datadesc}{UnicodeType}
59+
The type of Unicode character strings (e.g. \code{u'Spam'}).
60+
\end{datadesc}
61+
5862
\begin{datadesc}{TupleType}
5963
The type of tuples (e.g. \code{(1, 2, 3, 'Spam')}).
6064
\end{datadesc}

0 commit comments

Comments
 (0)