diff options
author | Eli Bendersky <eliben@gmail.com> | 2011-11-16 04:03:09 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2011-11-16 04:03:09 (GMT) |
commit | 27c2a861ee83b9e46f560eb02d246e1074fda4f6 (patch) | |
tree | beab0b451403f59b3f9de7ae3b448da936f9811a /Doc | |
parent | 56a220ae4eb5f663f7ec667438f87adf482845ca (diff) | |
parent | eeae1498aa5f22e32dd3fccc458f0b395ee5c607 (diff) | |
download | cpython-27c2a861ee83b9e46f560eb02d246e1074fda4f6.zip cpython-27c2a861ee83b9e46f560eb02d246e1074fda4f6.tar.gz cpython-27c2a861ee83b9e46f560eb02d246e1074fda4f6.tar.bz2 |
fixing typos in optparse doc
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/optparse.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 7d2d91b..add582e 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. " |