PyCQA / docformatter

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

1.7.2 bug #235

Closed AntoineD closed 1 year ago

AntoineD commented 1 year ago

With

def f():
    """CC.

    C.

    C,
    :math:`[0, 1]`.
    """

which inserts a blank line before :math:

def f():
    """CC.

    C.

    C,

    :math:`[0, 1]`.
    """
weibullguy commented 1 year ago

@AntoineD this should be fixed in v1.7.3-rc1