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 10bf0a9 commit f9a4352Copy full SHA for f9a4352
Doc/library/io.rst
@@ -131,7 +131,7 @@ explicitly when opening text files. If you want to use UTF-8, pass
131
``encoding="utf-8"``. To use the current locale encoding,
132
``encoding="locale"`` is supported in Python 3.10.
133
134
-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
135
UTF-8 files using the default locale encoding, you can enable the UTF-8
136
mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`.
137
0 commit comments