[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:
Miss Islington (bot)
2026-04-13 20:34:05 +02:00
committed by GitHub
parent c3cf71c336
commit f35859bca6
+1 -1
View File
@@ -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