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

Useless trailing whitespace added #259

Open
jonashaag opened this issue Jul 27, 2023 · 0 comments
Open

Useless trailing whitespace added #259

jonashaag opened this issue Jul 27, 2023 · 0 comments
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high

Comments

@jonashaag
Copy link
Contributor

class X:
    def foo():
        """
        "xxxxxxxxxxxxx".

        blah.
        """

docformatter will add a whitespace after the opening """.

@github-actions github-actions bot added the fresh This is a new issue label Jul 27, 2023
@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: convention Relates to docstring format convention and removed fresh This is a new issue labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high
Projects
None yet
Development

No branches or pull requests

2 participants