]> granicus.if.org Git - python/commitdiff
fixing typos in optparse doc
authorEli Bendersky <eliben@gmail.com>
Wed, 16 Nov 2011 04:01:14 +0000 (06:01 +0200)
committerEli Bendersky <eliben@gmail.com>
Wed, 16 Nov 2011 04:01:14 +0000 (06:01 +0200)
Doc/library/optparse.rst

index cb78b838627bdbd790c343e2fc691c88d2786d16..d0783e7707f95d5720fee20e1b3e3693a533cfaa 100644 (file)
@@ -610,8 +610,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.  "