We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd3eb3 commit 44c4d09Copy full SHA for 44c4d09
tests/test_property.py
@@ -478,7 +478,7 @@ def strprop(self) -> str:
478
479
# Defaults should be available on classes and instances
480
for thing in [example, Example]:
481
- # We shoulld get expected values for defaults
+ # We should get expected values for defaults
482
assert thing.properties["intprop"].default == 42
483
assert thing.properties["listprop"].default == ["a", "list"]
484
# Defaults are not available for FunctionalProperties
0 commit comments