Skip to content

Commit fcb007e

Browse files
committed
Fix typo in typing_example
1 parent 2dca244 commit fcb007e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typing_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def accessing_from_attrs() -> None:
445445
attrs.converters.optional
446446
attrs.exceptions.FrozenError
447447
attrs.filters.include
448-
attr.filters.exclude
448+
attrs.filters.exclude
449449
attrs.setters.frozen
450450
attrs.validators.and_
451451
attrs.cmp_using

0 commit comments

Comments
 (0)