From: Benjamin Peterson Date: Wed, 3 Mar 2010 21:28:25 +0000 (+0000) Subject: rephrase X-Git-Tag: v2.7a4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac80c157c74cf95e89fb74d7b3ba47b07846b2c2;p=python rephrase --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index f3962e0ee1..1aab58d8de 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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.')