-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documented
Milestone
Description
example:
def func():
"""My awesome function.
This line is quite long. In fact is it longer than one hundred and twenty characters so it should be wrapped but it is not.
It doesn't wrap because of this line and the blank line in between! Delete them and it will wrap.
"""When running docformatter it doesn't wrap, eg:
docformatter example.py --wrap-descriptions 120 --wrap-summaries 120
docformatter 1.5.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)Relates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documented