Skip to content

Commit 8526fb7

Browse files
authored
Remove redundant comma in argparse HOWTO (#1141)
Reported by Sean Canavan on [email protected].
1 parent f7e62cf commit 8526fb7

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
@@ -221,7 +221,7 @@ before proceeding.
221221
Introducing Optional arguments
222222
==============================
223223
224-
So far we, have been playing with positional arguments. Let us
224+
So far we have been playing with positional arguments. Let us
225225
have a look on how to add optional ones::
226226
227227
import argparse

0 commit comments

Comments
 (0)