PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
530 stars 61 forks source link

Useless trailing whitespace added #259

Open jonashaag opened 1 year ago

jonashaag commented 1 year ago
class X:
    def foo():
        """
        "xxxxxxxxxxxxx".

        blah.
        """

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