]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixing typos in optparse doc
authorEli Bendersky <eliben@gmail.com>
Wed, 16 Nov 2011 04:02:21 +0000 (06:02 +0200)
committerEli Bendersky <eliben@gmail.com>
Wed, 16 Nov 2011 04:02:21 +0000 (06:02 +0200)
Doc/library/optparse.rst

index 7d2d91bfb8046b87ea402dbd23a31955632e282f..add582efed71099942e32a24c0f9b04239a5ba71 100644 (file)
@@ -607,8 +607,8 @@ This would result in the following help output:
 
        -g                  Group option.
 
-A bit more complete example might invole using more than one group: still
-extendind the previous example::
+A bit more complete example might involve using more than one group: still
+extending the previous example::
 
     group = OptionGroup(parser, "Dangerous Options",
                         "Caution: use these options at your own risk.  "