Skip to content
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

Fix HelpFormatter.write_text() to use the full line width #1872

Merged
merged 1 commit into from May 11, 2021

Conversation

janluke
Copy link
Contributor

@janluke janluke commented May 7, 2021

Fixes #1871.

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

CHANGES.rst Show resolved Hide resolved
tests/test_formatting.py Outdated Show resolved Hide resolved
@davidism davidism added this to the 8.0.0 milestone May 11, 2021
@davidism davidism merged commit ac655f8 into pallets:master May 11, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HelpFormatter.write_text() is not using all the available line width
2 participants