docstring

This commit is contained in:
Will McGugan
2022-08-30 16:25:07 +01:00
parent 009c556ca9
commit 9f0fc196b2

View File

@@ -709,7 +709,7 @@ class DOMNode(MessagePump):
"""Add or remove class(es) based on a condition.
Args:
add (bool): _description_
add (bool): Add the classes if True, otherwise remove them.
"""
if add:
self.add_class(*class_names)