Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixed accidental removal of trailing whitespaces.
  • Loading branch information
AbhigyanBose committed Apr 25, 2022
commit 144740105d0c28941be4616cd5a5892e93144d91
4 changes: 2 additions & 2 deletions Lib/test/test_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ def test_help_blank(self):
main description

positional arguments:
foo
foo
Comment thread
merwok marked this conversation as resolved.
Outdated

options:
-h, --help show this help message and exit
Expand All @@ -2282,7 +2282,7 @@ def test_help_blank(self):
main description

positional arguments:
{}
{}
Comment thread
merwok marked this conversation as resolved.
Outdated

options:
-h, --help show this help message and exit
Expand Down