PyCQA / docformatter

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

fix: improper wrapping of short anonymous hyperlnks #213

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

Fixes problem with the end of the previous line being wrapped with the short anonymous hyper link.

Closes #210