Skip to content

Commit

Permalink
Remove redundant comma in argparse HOWTO (GH-1141)
Browse files Browse the repository at this point in the history
Reported by Sean Canavan on docs@p.o.

(cherry picked from commit 8526fb7)
  • Loading branch information
berkerpeksag committed Apr 20, 2017
1 parent 450a69c commit fb12365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/argparse.rst
Expand Up @@ -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
Expand Down

0 comments on commit fb12365

Please sign in to comment.