updated docstring

This commit is contained in:
Will McGugan
2022-12-21 15:19:02 +00:00
parent 77eadc9fa1
commit 9aebdd9484

View File

@@ -38,7 +38,7 @@ class Binding:
key_display: str | None = None key_display: str | None = None
"""str | None: How the key should be shown in footer.""" """str | None: How the key should be shown in footer."""
priority: bool = False priority: bool = False
"""bool | None: Is this a priority binding, checked form app down to focused widget?""" """bool: Enable priority binding for this key."""
@rich.repr.auto @rich.repr.auto