Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
  • Loading branch information
eamanu authored and miss-islington committed Sep 27, 2020
commit 8b0b7a50299eb26fe8529626c447c7496a9c83e3
2 changes: 1 addition & 1 deletion Doc/library/optparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down