From 0b721168126f77e6a58d25c636984eb29046e1e0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Apr 2000 15:05:04 +0000 Subject: [PATCH] Marc-Andre Lemburg : Added UnicodeType. --- Doc/lib/libtypes.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index e48fcafb31..8ade4a6be9 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -55,6 +55,10 @@ The type of complex numbers (e.g. \code{1.0j}). The type of character strings (e.g. \code{'Spam'}). \end{datadesc} +\begin{datadesc}{UnicodeType} +The type of Unicode character strings (e.g. \code{u'Spam'}). +\end{datadesc} + \begin{datadesc}{TupleType} The type of tuples (e.g. \code{(1, 2, 3, 'Spam')}). \end{datadesc} -- 2.40.0