]> granicus.if.org Git - python/commitdiff
Merged revisions 84459 via svnmerge from
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 3 Sep 2010 18:37:34 +0000 (18:37 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 3 Sep 2010 18:37:34 +0000 (18:37 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84459 | daniel.stutzbach | 2010-09-03 13:31:07 -0500 (Fri, 03 Sep 2010) | 1 line

  Doc fix: unicode() is now str()
........

Doc/c-api/unicode.rst

index 8973207213a8986fe1406519b77337e53ad09b7d..e8e0db8c6f1636ff5e69d61ea62ab532aaf995c7 100644 (file)
@@ -420,7 +420,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