mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
rephrase
This commit is contained in:
parent
6458104188
commit
ac80c157c7
1 changed files with 1 additions and 1 deletions
|
@ -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.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue