Skip to content

Commit 85935e0

Browse files
committed
Remove redundant comma in argparse HOWTO (pythonGH-1141)
Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb7)
1 parent 450a69c commit 85935e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ before proceeding.
223223
Introducing Optional arguments
224224
==============================
225225
226-
So far we, have been playing with positional arguments. Let us
226+
So far we have been playing with positional arguments. Let us
227227
have a look on how to add optional ones::
228228
229229
import argparse

0 commit comments

Comments
 (0)