We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a9ed9 commit af6a8d3Copy full SHA for af6a8d3
tests/test_utilities.py
@@ -48,7 +48,7 @@ def test_get_docstring(example_class):
48
)
49
assert (
50
utilities.get_docstring(example_class.class_method_oneline, remove_summary=True)
51
- == "One line docstring. "
+ == "One line docstring."
52
53
54
utilities.get_docstring(
0 commit comments