mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[3.13] Fix "encodings" typo in argparse.FileType documentation (GH-148502) (#148514)
Fix "encodings" typo in argparse.FileType documentation (GH-148502)
(cherry picked from commit 8ecb6b8b0c)
Co-authored-by: Gleb Popov <gvpopov.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c3cf71c336
commit
f35859bca6
@@ -1828,7 +1828,7 @@ FileType objects
|
||||
Namespace(infile=<_io.TextIOWrapper name='<stdin>' encoding='UTF-8'>)
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
Added the *encodings* and *errors* parameters.
|
||||
Added the *encoding* and *errors* parameters.
|
||||
|
||||
|
||||
Argument groups
|
||||
|
||||
Reference in New Issue
Block a user