This commit is contained in:
Benjamin Peterson 2010-03-03 21:28:25 +00:00
parent 6458104188
commit ac80c157c7

View file

@ -67,7 +67,7 @@ The following sections walk you through this example.
Creating a parser
^^^^^^^^^^^^^^^^^
Mose uses of the :mod:`argparse` module will start out by creating an
The first step in using the :mod:`argparse` is creating an
:class:`ArgumentParser` object::
>>> parser = argparse.ArgumentParser(description='Process some integers.')