Skip to content

Commit 44c4d09

Browse files
committed
Fix a typo in a comment
1 parent efd3eb3 commit 44c4d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def strprop(self) -> str:
478478

479479
# Defaults should be available on classes and instances
480480
for thing in [example, Example]:
481-
# We shoulld get expected values for defaults
481+
# We should get expected values for defaults
482482
assert thing.properties["intprop"].default == 42
483483
assert thing.properties["listprop"].default == ["a", "list"]
484484
# Defaults are not available for FunctionalProperties

0 commit comments

Comments
 (0)