Fix "encodings" typo in argparse.FileType documentation (#148502)

This commit is contained in:
Gleb Popov
2026-04-13 21:12:25 +03:00
committed by GitHub
parent 19f96f99fe
commit 8ecb6b8b0c
+1 -1
View File
@@ -1970,7 +1970,7 @@ FileType objects
run and then use the :keyword:`with`-statement to manage the files.
.. versionchanged:: 3.4
Added the *encodings* and *errors* parameters.
Added the *encoding* and *errors* parameters.
.. deprecated:: 3.14