Skip to content

1.7.2-rc7 bugs #230

@AntoineD

Description

@AntoineD

With this example

def f():
    """CC.

    :math:`-`

    :param d: blabla
    :param list(str) l: blabla
    """

docformatter inserts a blank space after the second : and concatenates the params:

def f():
    """CC.

    :math: `-`
    :param d: blabla :param list(str) l: blabla
    """

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

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions