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 Feb 4, 2023
1 parent b167887 commit f609858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typing_example.py
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 f609858

Please sign in to comment.