Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 2, 2024
1 parent 42c9548 commit f7e4e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def include_(attribute, value):

def exclude(*what):
"""
Create a filters that does **not** allow *what*.
Create a filter that does **not** allow *what*.
Args:
what (list[type, str, attrs.Attribute]):
Expand Down

0 comments on commit f7e4e91

Please sign in to comment.