Remove redundant comma in argparse HOWTO (#1141)

Reported by Sean Canavan on docs@p.o.
This commit is contained in:
Berker Peksag 2017-04-20 07:29:35 +03:00 committed by GitHub
parent f7e62cf8ad
commit 8526fb74ed

View 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