From: Gleb Popov Date: Mon, 13 Apr 2026 18:12:25 +0000 (+0300) Subject: Fix "encodings" typo in argparse.FileType documentation (#148502) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ecb6b8b0cff4105c4cca408409fb7a2fadc8b77;p=thirdparty%2FPython%2Fcpython.git Fix "encodings" typo in argparse.FileType documentation (#148502) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 8ba11b7d12d5..0091bf95f0ce 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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