FFFF Remove redundant comma in argparse HOWTO by berkerpeksag · Pull Request #1141 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/howto/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0