Skip to content

Commit 07b6f25

Browse files
gleb-ppmiss-islington
authored andcommitted
Fix "encodings" typo in argparse.FileType documentation (GH-148502)
(cherry picked from commit 8ecb6b8) Co-authored-by: Gleb Popov <gvpopov.dev@gmail.com>
1 parent 6a5f79c commit 07b6f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ FileType objects
19341934
run and then use the :keyword:`with`-statement to manage the files.
19351935

19361936
.. versionchanged:: 3.4
1937-
Added the *encodings* and *errors* parameters.
1937+
Added the *encoding* and *errors* parameters.
19381938

19391939
.. deprecated:: 3.14
19401940

0 commit comments

Comments
 (0)