PEP 540: Fix reST formatting

This commit is contained in:
Victor Stinner 2018-01-15 14:18:34 +01:00
parent f3f7981f39
commit 2885e7572d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Effects of UTF-8 Mode:
Side effects:
* ``open()`` uses the UTF-8 encoding by default. However, it still
uses the ``strict`` error handler by default.
uses the ``strict`` error handler by default.
* ``os.fsdecode()`` and ``os.fsencode()`` use the UTF-8 encoding.
* Command line arguments, environment variables and filenames use the
UTF-8 encoding.