Skip to content

Commit e0e614c

Browse files
bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete. (cherry picked from commit 00eb063) Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
1 parent 18e59f5 commit e0e614c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/optparse.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ equivalent to the above example::
5555
<yourscript> -q -foutfile
5656
<yourscript> -qfoutfile
5757

58-
Additionally, users can run one of ::
58+
Additionally, users can run one of the following ::
5959

6060
<yourscript> -h
6161
<yourscript> --help

0 commit comments

Comments
 (0)