PyCQA / docformatter

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

fix: summary with back ticks and sphinx field names with periods #248

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

Fixes not formatting docstrings with a summary containing back ticks and Sphinx-style field names containing periods.

Closes #243 Closes #245