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
4080f12ccc
commit
8b2595f68a
|
@ -55,7 +55,7 @@ equivalent to the above example::
|
|||
<yourscript> -q -foutfile
|
||||
<yourscript> -qfoutfile
|
||||
|
||||
Additionally, users can run one of ::
|
||||
Additionally, users can run one of the following ::
|
||||
|
||||
<yourscript> -h
|
||||
<yourscript> --help
|
||||
|
|
Loading…
Reference in New Issue