From f6098586e24f69638dbb1950e29a3c1d8b5b48e2 Mon Sep 17 00:00:00 2001 From: Lanqing Huang Date: Mon, 5 Dec 2022 21:20:16 +0800 Subject: [PATCH] Fix typo in `typing_example` --- tests/typing_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/typing_example.py b/tests/typing_example.py index c65c04b22..3d777d5d3 100644 --- a/tests/typing_example.py +++ b/tests/typing_example.py @@ -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