mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
#11904-#11905: Merge typo fixes with 3.2.
This commit is contained in:
commit
7817e3b151
1 changed files with 5 additions and 5 deletions
|
|
@ -598,7 +598,7 @@ The add_argument() method
|
||||||
has its own more detailed description below, but in short they are:
|
has its own more detailed description below, but in short they are:
|
||||||
|
|
||||||
* `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
|
* `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
|
||||||
or ``-f, --foo``
|
or ``-f, --foo``.
|
||||||
|
|
||||||
* action_ - The basic type of action to be taken when this argument is
|
* action_ - The basic type of action to be taken when this argument is
|
||||||
encountered at the command line.
|
encountered at the command line.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue