8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0ef41 commit 79690acCopy full SHA for 79690ac
Doc/library/argparse.rst
@@ -739,7 +739,7 @@ how the command-line arguments should be handled. The supplied actions are:
739
740
You may also specify an arbitrary action by passing an Action subclass or
741
other object that implements the same interface. The recommended way to do
742
-this is to extend :class:`argparse.Action`, overriding the ``__call__`` method
+this is to extend :class:`Action`, overriding the ``__call__`` method
743
and optionally the ``__init__`` method.
744
745
An example of a custom action::
@@ -762,7 +762,7 @@ An example of a custom action::
762
>>> args
763
Namespace(bar='1', foo='2')
764
765
-For more details, see :class:`argparse.Action`.
+For more details, see :class:`Action`.
766
767
nargs
768
^^^^^
0 commit comments