[Python-checkins] cpython (3.2): fixing typos in optparse doc

eli.bendersky python-checkins at python.org
Wed Nov 16 05:03:12 CET 2011


http://hg.python.org/cpython/rev/738c43484b47
changeset:   73586:738c43484b47
branch:      3.2
parent:      73571:a00bb30cf775
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Nov 16 06:02:21 2011 +0200
summary:
  fixing typos in optparse doc

files:
  Doc/library/optparse.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst
--- a/Doc/library/optparse.rst
+++ b/Doc/library/optparse.rst
@@ -607,8 +607,8 @@
 
        -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.  "

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list