mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
#18705: fix a number of typos. Patch by Févry Thibault.
This commit is contained in:
parent
67f39777fa
commit
30b9d5d3af
25 changed files with 44 additions and 44 deletions
|
@ -1463,7 +1463,7 @@ class OptionParser (OptionContainer):
|
|||
"""_match_long_opt(opt : string) -> string
|
||||
|
||||
Determine which long option string 'opt' matches, ie. which one
|
||||
it is an unambiguous abbrevation for. Raises BadOptionError if
|
||||
it is an unambiguous abbreviation for. Raises BadOptionError if
|
||||
'opt' doesn't unambiguously match any long option string.
|
||||
"""
|
||||
return _match_abbrev(opt, self._long_opt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue