mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
Fix "encodings" typo in argparse.FileType documentation (#148502)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user