Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Dec 6, 2024
1 parent 004a62e commit d040b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Binding:
and substitute the `key` property of the Binding with the key specified in the keymap.
"""
system: bool = False
"""Make this binding a system binding, and hide it from apps."""
"""Make this binding a system binding, which removes it from the key panel."""

def parse_key(self) -> tuple[list[str], str]:
"""Parse a key in to a list of modifiers, and the actual key.
Expand Down

0 comments on commit d040b64

Please sign in to comment.