]> granicus.if.org Git - python/commitdiff
rephrase
authorBenjamin Peterson <benjamin@python.org>
Wed, 3 Mar 2010 21:28:25 +0000 (21:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 3 Mar 2010 21:28:25 +0000 (21:28 +0000)
Doc/library/argparse.rst

index f3962e0ee1362b5ce17be8b4709d3f3cbf8da52c..1aab58d8de5d345d2f47f4ffcd14b644740305f6 100644 (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.')