Remove redundant comma in argparse HOWTO (#1141)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 20 Apr 2017 04:29:35 +0000 (07:29 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2017 04:29:35 +0000 (07:29 +0300)
Reported by Sean Canavan on docs@p.o.

Doc/howto/argparse.rst

index 7e161a59add8aed2eea7d0cb911dcd23e1bda202..9d770f5232b4402253af6cb0fc2a425f1ce98163 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