summaryrefslogtreecommitdiff
path: root/doc/data/messages/d/docstring-first-line-empty/good.py
blob: 16fdd55b2f0d8139a0a71e9212668c2e764546fe (plain)
1
2
3
4
5
6
7
8
def foo():
    """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
    """