mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fixing typos in optparse doc
This commit is contained in:
commit
27c2a861ee
1 changed files with 2 additions and 2 deletions
|
@ -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. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue