File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ how the command-line arguments should be handled. The supplied actions are:
739
739
740
740
You may also specify an arbitrary action by passing an Action subclass or
741
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
742
+ this is to extend :class: `Action `, overriding the ``__call__ `` method
743
743
and optionally the ``__init__ `` method.
744
744
745
745
An example of a custom action::
@@ -762,7 +762,7 @@ An example of a custom action::
762
762
>>> args
763
763
Namespace(bar='1', foo='2')
764
764
765
- For more details, see :class: `argparse. Action `.
765
+ For more details, see :class: `Action `.
766
766
767
767
nargs
768
768
^^^^^
You can’t perform that action at this time.
0 commit comments