docs: fix typo

This commit is contained in:
Hynek Schlawack 2024-08-02 09:32:57 +02:00
parent 42c954869d
commit f7e4e91073
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def include(*what):
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]):