Skip to content

Commit f3963df

Browse files
committed
Fix docstring format
1 parent f30f425 commit f3963df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_property.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121

2222
def test_default_factory_from_arguments():
23-
"""Check the function that implements default/default_factory
23+
"""Check the function that implements default/default_factory behaves correctly.
2424
25-
behaves correctly. It should always return a function that
25+
It should always return a function that
2626
returns a default value, and should error if both arguments
2727
are provided, or if none are provided.
2828
"""

0 commit comments

Comments
 (0)