Skip to content

Commit 00eb063

Browse files
authored
bpo-41858: Clarify line in optparse doc (GH-22407)
The existing line is easily read as being incomplete.
1 parent e8a2076 commit 00eb063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/optparse.rst

Lines changed: 1 addition & 1 deletion
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)