commands: Fix typo

This commit is contained in:
Stein Magnus Jodal 2014-06-05 09:20:32 +02:00
parent 67b88b6992
commit 05f6b424ef

View File

@ -100,7 +100,7 @@ class Command(object):
self._children[name] = command
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
:class:`argparse.ArgumentParser` version of this method.