We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea56845 commit 1f80dcdCopy full SHA for 1f80dcd
Doc/library/os.rst
@@ -113,7 +113,7 @@ of the UTF-8 encoding:
113
:ref:`error handler <error-handlers>` being enabled for :data:`sys.stdin`
114
and :data:`sys.stdout` (:data:`sys.stderr` continues to use
115
``backslashreplace`` as it does in the default locale-aware mode)
116
-* On Unix, :func:`os.device_encoding` returns ``'UTF-8'``. rather than the
+* On Unix, :func:`os.device_encoding` returns ``'UTF-8'`` rather than the
117
device encoding.
118
119
Note that the standard stream settings in UTF-8 mode can be overridden by
0 commit comments