Skip to content

Commit 1f80dcd

Browse files
os docs: fix typo (GH-28996)
Co-authored-by: Jacob Walls <[email protected]>
1 parent ea56845 commit 1f80dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ of the UTF-8 encoding:
113113
:ref:`error handler <error-handlers>` being enabled for :data:`sys.stdin`
114114
and :data:`sys.stdout` (:data:`sys.stderr` continues to use
115115
``backslashreplace`` as it does in the default locale-aware mode)
116-
* On Unix, :func:`os.device_encoding` returns ``'UTF-8'``. rather than the
116+
* On Unix, :func:`os.device_encoding` returns ``'UTF-8'`` rather than the
117117
device encoding.
118118

119119
Note that the standard stream settings in UTF-8 mode can be overridden by

0 commit comments

Comments
 (0)