]> granicus.if.org Git - python/commitdiff
Doc fix: unicode() is now str()
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 3 Sep 2010 18:31:07 +0000 (18:31 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 3 Sep 2010 18:31:07 +0000 (18:31 +0000)
Doc/c-api/unicode.rst

index 4533279699495fc1d4848502c15786993b877241..07e4d0140e5aa199066acac724b544c0173c4b33 100644 (file)
@@ -470,7 +470,7 @@ these codecs are directly usable via the following functions.
 
 Many of the following APIs take two arguments encoding and errors. These
 parameters encoding and errors have the same semantics as the ones of the
-built-in :func:`unicode` Unicode object constructor.
+built-in :func:`str` string object constructor.
 
 Setting encoding to *NULL* causes the default encoding to be used
 which is ASCII.  The file system calls should use