From: Berker Peksag Date: Thu, 20 Apr 2017 04:29:35 +0000 (+0300) Subject: Remove redundant comma in argparse HOWTO (#1141) X-Git-Tag: v3.7.0a1~938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf;p=thirdparty%2FPython%2Fcpython.git Remove redundant comma in argparse HOWTO (#1141) Reported by Sean Canavan on docs@p.o. --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 7e161a59add8..9d770f5232b4 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -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