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:
Miss Islington (bot) 2020-09-26 21:03:56 -07:00 committed by Łukasz Langa
parent 7e21aab45d
commit a5750cf434
No known key found for this signature in database
GPG key ID: B26995E310250568

View file

@ -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