Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27c2a86

Browse files
committed
fixing typos in optparse doc
2 parents 56a220a + eeae149 commit 27c2a86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/optparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ This would result in the following help output:
607607
608608
-g Group option.
609609
610-
A bit more complete example might invole using more than one group: still
611-
extendind the previous example::
610+
A bit more complete example might involve using more than one group: still
611+
extending the previous example::
612612

613613
group = OptionGroup(parser, "Dangerous Options",
614614
"Caution: use these options at your own risk. "

0 commit comments

Comments
 (0)