Skip to content

Commit f7e4e91

Browse files
committed
docs: fix typo
1 parent 42c9548 commit f7e4e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/attr/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def include_(attribute, value):
4747

4848
def exclude(*what):
4949
"""
50-
Create a filters that does **not** allow *what*.
50+
Create a filter that does **not** allow *what*.
5151
5252
Args:
5353
what (list[type, str, attrs.Attribute]):

0 commit comments

Comments
 (0)