Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98c07bd

Browse files
Doc fix: unicode() is now str()
1 parent 35f3a2c commit 98c07bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ these codecs are directly usable via the following functions.
470470

471471
Many of the following APIs take two arguments encoding and errors. These
472472
parameters encoding and errors have the same semantics as the ones of the
473-
built-in :func:`unicode` Unicode object constructor.
473+
built-in :func:`str` string object constructor.
474474

475475
Setting encoding to *NULL* causes the default encoding to be used
476476
which is ASCII. The file system calls should use

0 commit comments

Comments
 (0)