From d22135b1d1ccbf1797231199da0f541ac6b16f6a 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 0b871410d..5f5f79ab8 100644 --- a/tests/typing_example.py +++ b/tests/typing_example.py @@ -454,7 +454,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