This commit is contained in:
Florian Bruhin 2018-06-11 14:13:11 +02:00
parent 12a7aaed95
commit cbd9e36e0f

View File

@ -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):