From: Fred Drake Date: Mon, 8 Jul 2002 14:29:28 +0000 (+0000) Subject: Fix typo: "an Unicode string" --> "a Unicode string" X-Git-Tag: v2.2.2b1~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa10404b7e17840ecb381f5d4bf81d7098a1b597;p=thirdparty%2FPython%2Fcpython.git Fix typo: "an Unicode string" --> "a Unicode string" Clarify the return value when the parameter is a Unicode object. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9ecdb64f3e13..e7df5eab91b6 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -831,8 +831,8 @@ def my_import(name): If no optional parameters are given, \code{unicode()} will mimic the behaviour of \code{str()} except that it returns Unicode strings - instead of 8-bit strings. More precisely, if \var{object} is an - Unicode string or subclass it will return a Unicode string without + instead of 8-bit strings. More precisely, if \var{object} is a + Unicode string or subclass it will return that Unicode string without any additional decoding applied. For objects which provide a \method{__unicode__()} method, it will