def func(s, test):
"""
Returns `True` if the string length is greater than the given integer.
:param s: str
:param test: int
:return: bool
"""
pass
This is default docstring style used in many editors.
Expected Behavior
Something like that:

Actual Behavior

Additional info
This is default docstring style used in many editors.
Expected Behavior
Something like that:

Actual Behavior
Additional info