]> 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:41:01 +0000 (07:41 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2017 04:41:01 +0000 (07:41 +0300)
Reported by Sean Canavan on docs@p.o.

(cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf)

Doc/howto/argparse.rst

index 02bfc70fb3bd7618634c3220a693eb92b01a1f6d..63b0b28abc27d2b1d7b9a3a320f8def6aa974464 100644 (file)
@@ -223,7 +223,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