]> granicus.if.org Git - python/commitdiff
Fix typo: "an Unicode string" --> "a Unicode string"
authorFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:29:05 +0000 (14:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Jul 2002 14:29:05 +0000 (14:29 +0000)
Clarify the return value when the parameter is a Unicode object.

Doc/lib/libfuncs.tex

index 793e4725f6ac5238677cc8ac19377be7f0d9d98e..f695c3dd8339e2dbaa8d1b1adb638b66782fcaf1 100644 (file)
@@ -871,8 +871,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