mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
os docs: fix typo (GH-28996)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
(cherry picked from commit 1f80dcd244)
Co-authored-by: Vitor Buxbaum Orlandi <vitorbuxbaum@gmail.com>
This commit is contained in:
parent
2d936a42ac
commit
8d9a75b206
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ of the UTF-8 encoding:
|
|||
:ref:`error handler <error-handlers>` being enabled for :data:`sys.stdin`
|
||||
and :data:`sys.stdout` (:data:`sys.stderr` continues to use
|
||||
``backslashreplace`` as it does in the default locale-aware mode)
|
||||
* On Unix, :func:`os.device_encoding` returns ``'UTF-8'``. rather than the
|
||||
* On Unix, :func:`os.device_encoding` returns ``'UTF-8'`` rather than the
|
||||
device encoding.
|
||||
|
||||
Note that the standard stream settings in UTF-8 mode can be overridden by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue