]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in io.rst (GH-30218)
authorDavid Gilbertson <gilbertson.david@gmail.com>
Sun, 26 Dec 2021 11:11:08 +0000 (22:11 +1100)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 11:11:08 +0000 (13:11 +0200)
Doc/library/io.rst

index 0881015c7fad6842f9a564163dbc2bf1edf22ab3..de88c572f3662e3f921019daa7f021387f556814 100644 (file)
@@ -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="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
 mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`.