Remove redundant comma in argparse HOWTO (GH-1141)

Reported by Sean Canavan on docs@p.o.

(cherry picked from commit 8526fb74ed)
This commit is contained in:
Berker Peksag 2017-04-20 07:42:32 +03:00 committed by GitHub
parent 596e714d79
commit 83a90b9aed
1 changed files with 1 additions and 1 deletions

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