fixing typos in optparse doc

This commit is contained in:
Eli Bendersky 2011-11-16 06:02:21 +02:00
parent ca88e9cb29
commit eeae1498aa
1 changed files with 2 additions and 2 deletions

View File

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