mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #25523: Further a-to-an corrections new in 3.5
This commit is contained in:
parent
2eb819f7a8
commit
d2ad5718ad
8 changed files with 10 additions and 10 deletions
|
@ -530,7 +530,7 @@ allow_abbrev
|
|||
^^^^^^^^^^^^
|
||||
|
||||
Normally, when you pass an argument list to the
|
||||
:meth:`~ArgumentParser.parse_args` method of a :class:`ArgumentParser`,
|
||||
:meth:`~ArgumentParser.parse_args` method of an :class:`ArgumentParser`,
|
||||
it :ref:`recognizes abbreviations <prefix-matching>` of long options.
|
||||
|
||||
This feature can be disabled by setting ``allow_abbrev`` to ``False``::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue