From: Eli Bendersky Date: Wed, 16 Nov 2011 04:02:21 +0000 (+0200) Subject: fixing typos in optparse doc X-Git-Tag: v3.2.3rc1~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeae1498aa5f22e32dd3fccc458f0b395ee5c607;p=thirdparty%2FPython%2Fcpython.git fixing typos in optparse doc --- diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 7d2d91bfb804..add582efed71 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -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. "