mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
This commit is contained in:
parent
50dd1f7dd6
commit
6a7b3a77b4
64 changed files with 88 additions and 87 deletions
|
@ -1361,7 +1361,7 @@ class OptionParser (OptionContainer):
|
|||
sys.argv[1:]). Any errors result in a call to 'error()', which
|
||||
by default prints the usage message to stderr and calls
|
||||
sys.exit() with an error message. On success returns a pair
|
||||
(values, args) where 'values' is an Values instance (with all
|
||||
(values, args) where 'values' is a Values instance (with all
|
||||
your option values) and 'args' is the list of arguments left
|
||||
over after parsing options.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue