Fix typo
This commit is contained in:
parent
12a7aaed95
commit
cbd9e36e0f
@ -506,7 +506,7 @@ class LogFilter(logging.Filter):
|
|||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
names: A list of record names to filter.
|
names: A list of record names to filter.
|
||||||
negated: Wether names is a list of records to log or to suppress.
|
negated: Whether names is a list of records to log or to suppress.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, names, negate=False):
|
def __init__(self, names, negate=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user