Skip to content

Commit c95cd96

Browse files
committed
Correct what looks to be a typo in the Bindings.merge docstring
In the given context, I suspect subsequent makes more sense than subsequence.
1 parent b2ac3f6 commit c95cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __rich_repr__(self) -> rich.repr.Result:
7575

7676
@classmethod
7777
def merge(cls, bindings: Iterable[Bindings]) -> Bindings:
78-
"""Merge a bindings. Subsequence bound keys override initial keys.
78+
"""Merge a bindings. Subsequent bound keys override initial keys.
7979
8080
Args:
8181
bindings (Iterable[Bindings]): A number of bindings.

0 commit comments

Comments
 (0)