From: Berker Peksag Date: Thu, 20 Apr 2017 04:41:01 +0000 (+0300) Subject: Remove redundant comma in argparse HOWTO (GH-1141) X-Git-Tag: v2.7.14rc1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb12365c4379a666613f19b9f53d31683dc26ad1;p=python Remove redundant comma in argparse HOWTO (GH-1141) Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf) --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 02bfc70fb3..63b0b28abc 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -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