Skip to content

Commit a550820

Browse files
Fix typo in io.rst (GH-30218)
(cherry picked from commit f9a4352) Co-authored-by: David Gilbertson <[email protected]>
1 parent cfdb230 commit a550820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ explicitly when opening text files. If you want to use UTF-8, pass
131131
``encoding="utf-8"``. To use the current locale encoding,
132132
``encoding="locale"`` is supported in Python 3.10.
133133

134-
When you need to run existing code on Windows that attempts to opens
134+
When you need to run existing code on Windows that attempts to open
135135
UTF-8 files using the default locale encoding, you can enable the UTF-8
136136
mode. See :ref:`UTF-8 mode on Windows <win-utf8-mode>`.
137137

0 commit comments

Comments
 (0)