Skip to content

Commit

Permalink
Fix typo in typing_example
Browse files Browse the repository at this point in the history
  • Loading branch information
lqhuang committed Dec 5, 2022
1 parent 2dca244 commit fcb007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typing_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def accessing_from_attrs() -> None:
attrs.converters.optional
attrs.exceptions.FrozenError
attrs.filters.include
attr.filters.exclude
attrs.filters.exclude
attrs.setters.frozen
attrs.validators.and_
attrs.cmp_using
Expand Down

0 comments on commit fcb007e

Please sign in to comment.