From cd5cf669129060a05ab7c962e6bfeff7465f20cb Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 15 Apr 2017 03:16:29 +0300 Subject: [PATCH] Remove redundant comma in argparse HOWTO Reported by Sean Canavan on docs@p.o. --- Doc/howto/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 7e161a59add8ae..9d770f5232b440 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