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

Don't (ever) put a single-char closing docstring quote on a new line #3166

Merged
merged 2 commits into from Jul 14, 2022

Commits on Jul 13, 2022

  1. Don't (ever) put a single-char closing docstring quote on a new line

    Doing so is invalid. Note this only fixes the preview style since the
    logic putting closing docstring quotes on their own line if they violate
    the line length limit is quite new.
    ichard26 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7b21856 View commit details
    Browse the repository at this point in the history
  2. Update changelog entry PR number

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    ichard26 and JelleZijlstra committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e6afb26 View commit details
    Browse the repository at this point in the history