Skip to content
Snippets Groups Projects
Unverified Commit f9a43520 authored by David Gilbertson's avatar David Gilbertson Committed by GitHub
Browse files

Fix typo in io.rst (GH-30218)

parent 10bf0a9a
Branches
Tags
No related merge requests found
...@@ -131,7 +131,7 @@ explicitly when opening text files. If you want to use UTF-8, pass ...@@ -131,7 +131,7 @@ explicitly when opening text files. If you want to use UTF-8, pass
``encoding="utf-8"``. To use the current locale encoding, ``encoding="utf-8"``. To use the current locale encoding,
``encoding="locale"`` is supported in Python 3.10. ``encoding="locale"`` is supported in Python 3.10.
When you need to run existing code on Windows that attempts to opens When you need to run existing code on Windows that attempts to open
UTF-8 files using the default locale encoding, you can enable the UTF-8 UTF-8 files using the default locale encoding, you can enable the UTF-8
mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`. mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment