commands: Fix typo
This commit is contained in:
parent
67b88b6992
commit
05f6b424ef
@ -100,7 +100,7 @@ class Command(object):
|
|||||||
self._children[name] = command
|
self._children[name] = command
|
||||||
|
|
||||||
def add_argument(self, *args, **kwargs):
|
def add_argument(self, *args, **kwargs):
|
||||||
"""Add am argument to the parser.
|
"""Add an argument to the parser.
|
||||||
|
|
||||||
This method takes all the same arguments as the
|
This method takes all the same arguments as the
|
||||||
:class:`argparse.ArgumentParser` version of this method.
|
:class:`argparse.ArgumentParser` version of this method.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user