summaryrefslogtreecommitdiff
path: root/doc/data/messages/d/docstring-first-line-empty/bad.py
blob: 3085bb069750793c9543a655c9538f4c553fa118 (plain)
1
2
3
4
5
6
7
8
9
10
def foo():  # [docstring-first-line-empty]
    """

    Lorem Ipsum is simply dummy text of the printing and typesetting
    industry.

    Lorem Ipsum has been the industry's standard dummy text ever since the
    1500s, when an unknown printer took a galley of type and scrambled it
    to make a type specimen book
    """