]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41858: Clarify line in optparse doc (GH-22407)
authorEmmanuel Arias <eamanu@yaerobi.com>
Sun, 27 Sep 2020 03:43:18 +0000 (00:43 -0300)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 03:43:18 +0000 (23:43 -0400)
The existing line is easily read as being incomplete.

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