8000 GH-87041: Fix incorrect indentation in argparse help by savannahostrowski · Pull Request #124230 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-87041: Fix incorrect indentation in argparse help #124230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Sep 23, 2024
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
update docstring
  • Loading branch information
savannahostrowski committed Sep 22, 2024
commit 5a95302c82bf0a1e7d99d7574ba998ff55695ea7
5 changes: 1 addition & 4 deletions Lib/test/test_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4959,10 +4959,7 @@ def custom_type(string):


class TestHelpUsageLongSubparserCommand(TestCase):
"""Test that long command in subparser is displayed correctly in help

The test was added for https://bugs.python.org/issue42875
"""
"""Test that subparser commands are formatted correctly in help"""

def setUp(self):
super().setUp()
Expand Down
0