mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete.
(cherry picked from commit 00eb063b66
)
Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
This commit is contained in:
parent
7e21aab45d
commit
a5750cf434
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ equivalent to the above example::
|
||||||
<yourscript> -q -foutfile
|
<yourscript> -q -foutfile
|
||||||
<yourscript> -qfoutfile
|
<yourscript> -qfoutfile
|
||||||
|
|
||||||
Additionally, users can run one of ::
|
Additionally, users can run one of the following ::
|
||||||
|
|
||||||
<yourscript> -h
|
<yourscript> -h
|
||||||
<yourscript> --help
|
<yourscript> --help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue