]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41858: Clarify line in optparse doc (GH-22407)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Sep 2020 03:52:01 +0000 (20:52 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 03:52:01 +0000 (20:52 -0700)
The existing line is easily read as being incomplete.
(cherry picked from commit 00eb063b6600fdb4ba5cfb99da83cc1660ec69bf)

Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
Doc/library/optparse.rst

index c1a18e0147431901e724bd0297cfa58f76a3b7dc..b1094198f4c8448bb28a1d2790c5bcaa2aac61ab 100644 (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