exception docstring

This commit is contained in:
Will McGugan
2023-04-12 11:55:16 +01:00
parent f81d76fcf0
commit 2852c41597

View File

@@ -65,7 +65,7 @@ WalkMethod: TypeAlias = Literal["depth", "breadth"]
class BadIdentifier(Exception):
"""raised by check_identifiers."""
"""Exception raised if you supply a `id` attribute or class name in the wrong format."""
def check_identifiers(description: str, *names: str) -> None: