mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
exception docstring
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user