PyCQA / docformatter

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

fix: adding blank line in summary with symbol #179

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

Fixes the issue with docformatter adding a blank line in a summary that is wrapped and the second line begins with a symbol.

Closes #79.