We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ac3f6 commit c95cd96Copy full SHA for c95cd96
src/textual/binding.py
@@ -75,7 +75,7 @@ def __rich_repr__(self) -> rich.repr.Result:
75
76
@classmethod
77
def merge(cls, bindings: Iterable[Bindings]) -> Bindings:
78
- """Merge a bindings. Subsequence bound keys override initial keys.
+ """Merge a bindings. Subsequent bound keys override initial keys.
79
80
Args:
81
bindings (Iterable[Bindings]): A number of bindings.
0 commit comments