mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo.
This commit is contained in:
parent
c53a894a21
commit
01054d7f89
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ will produce the following output::
|
|||
The first list contains UTF-8-encoded filenames, and the second list contains
|
||||
the Unicode versions.
|
||||
|
||||
Note that in most occasions, the Uniode APIs should be used. The bytes APIs
|
||||
Note that in most occasions, the Unicode APIs should be used. The bytes APIs
|
||||
should only be used on systems where undecodable file names can be present,
|
||||
i.e. Unix systems.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue