mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Doc fix: unicode() is now str()
This commit is contained in:
parent
35f3a2cbeb
commit
98c07bde45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
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
|
Setting encoding to *NULL* causes the default encoding to be used
|
||||||
which is ASCII. The file system calls should use
|
which is ASCII. The file system calls should use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue