Skip to content

Commit fb12365

Browse files
authored
Remove redundant comma in argparse HOWTO (GH-1141)
Reported by Sean Canavan on [email protected]. (cherry picked from commit 8526fb7)
1 parent 450a69c commit fb12365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)