Skip to content

No wrapping when there is a paragraph break #127

@tekumara

Description

@tekumara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documented

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions