summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/target/process_docstring.py
blob: 6005943b6691f9cfe7acec10526cee6a74a7da60 (plain)
1
2
3
4
5
6
7
8
def func():
    """
    first line
    ---
    second line
    ---
    third line
    """