]> granicus.if.org Git - python/commitdiff
Remove redundant comma in argparse HOWTO (GH-1141)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 20 Apr 2017 04:40:05 +0000 (07:40 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2017 04:40:05 +0000 (07:40 +0300)
Reported by Sean Canavan on docs@p.o.

(cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf)

Doc/howto/argparse.rst

index 3b79b92082a70a4d55af53f288dc8d79e4a74982..fac1a3573b98a04fa357dcbbc47b5088a3508051 100644 (file)
@@ -221,7 +221,7 @@ before proceeding.
 Introducing Optional arguments
 ==============================
 
-So far we, have been playing with positional arguments. Let us
+So far we have been playing with positional arguments. Let us
 have a look on how to add optional ones::
 
    import argparse