From a0eafb0f50efc05a6d6d32f6c95579978936c2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1=20=D0=9F=D0=BE=D0=BF=D0=BE=D0=B2?= Date: Mon, 13 Apr 2026 18:52:43 +0300 Subject: [PATCH] Fix typo: encodings -> encoding in FileType docs --- Doc/library/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 8ba11b7d12d552..0091bf95f0cef0 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