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 GitHub
parent 4080f12ccc
commit 8b2595f68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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