https://github.com/python/cpython/commit/cbe809dfa94385bacaa24beee3976ba77a395589
commit: cbe809dfa94385bacaa24beee3976ba77a395589
branch: main
author: 0xflotus <0xflo...@gmail.com>
committer: serhiy-storchaka <storch...@gmail.com>
date: 2024-02-19T10:29:32+02:00
summary:

gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)

files:
M Doc/library/argparse.rst

diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 952643a46416d2..eaddd44e2defd7 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -745,7 +745,7 @@ The add_argument() method
 
 .. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \
                            [const], [default], [type], [choices], [required], \
-                           [help], [metavar], [dest])
+                           [help], [metavar], [dest], [deprecated])
 
    Define how a single command-line argument should be parsed.  Each parameter
    has its own more detailed description below, but in short they are:

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to