Files
openide/python/testData/docstrings/nestedIndentation.py
2015-09-02 14:34:03 +03:00

13 lines
191 B
Python

def func(x):
"""
Parameters:
x(int): first line of the description
second line
third line
Example::
assert func(42) is None
"""