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

Skip to content

Commit 7725e7f

Browse files
committed
Merged revisions 74749 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r74749 | r.david.murray | 2009-09-12 05:09:02 +0200 (Sa, 12 Sep 2009) | 2 lines Fix typo. ........
1 parent ceaebc3 commit 7725e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ will produce the following output::
544544
The first list contains UTF-8-encoded filenames, and the second list contains
545545
the Unicode versions.
546546

547-
Note that in most occasions, the Uniode APIs should be used. The bytes APIs
547+
Note that in most occasions, the Unicode APIs should be used. The bytes APIs
548548
should only be used on systems where undecodable file names can be present,
549549
i.e. Unix systems.
550550

0 commit comments

Comments
 (0)