Skip to content

Commit a750e75

Browse files
committed
Capitalize letter
1 parent 8e806cb commit a750e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ def parse_intermixed_args(self, args=None, namespace=None):
25642564
def parse_known_intermixed_args(self, args=None, namespace=None):
25652565
"""
25662566
Return a namespace and list of extras positional can be freely
2567-
intermixed with optionals. optionals are first parsed with all
2567+
intermixed with optionals. Optionals are first parsed with all
25682568
positional arguments deactivated. The 'extras' are then parsed.
25692569
If the parser definition is incompatible with the intermixed
25702570
assumptions (e.g. use of REMAINDER, subparsers) a TypeError is raised.

0 commit comments

Comments
 (0)