We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30f425 commit f3963dfCopy full SHA for f3963df
tests/test_property.py
@@ -20,9 +20,9 @@
20
21
22
def test_default_factory_from_arguments():
23
- """Check the function that implements default/default_factory
+ """Check the function that implements default/default_factory behaves correctly.
24
25
- behaves correctly. It should always return a function that
+ It should always return a function that
26
returns a default value, and should error if both arguments
27
are provided, or if none are provided.
28
"""
0 commit comments