Skip to content

Summary lines with dots are split even if within line length and merely using an abbrv. #527

@JoElfner

Description

@JoElfner

Summary lines with dots are split even if within line length and merely using an abbrv.

See

def foo(my_num: float) -> float:
    """
    Use an abbrv. in the summary line.

    ....
    """

is split to

def foo(my_num: float) -> float:
    """
    Use an abbrv. 

    in the summary line.

    ....
    """

which is of course not as intended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions