Skip to content

Commit

Permalink
gh-91984: Fix trailing spaces in multiline test strings in test_argpa…
Browse files Browse the repository at this point in the history
…rse (GH-91986)
  • Loading branch information
AbhigyanBose committed Apr 28, 2022
1 parent cd1fbbc commit 88dd227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Lib/test/test_argparse.py
Expand Up @@ -2265,8 +2265,7 @@ def test_help_blank(self):
main description
positional arguments:
foo
foo \n
options:
-h, --help show this help message and exit
'''))
Expand All @@ -2282,8 +2281,7 @@ def test_help_blank(self):
main description
positional arguments:
{}
{} \n
options:
-h, --help show this help message and exit
'''))
Expand Down
@@ -0,0 +1 @@
Modified test strings in test_argparse.py to not contain trailing spaces before end of line.

0 comments on commit 88dd227

Please sign in to comment.