Skip to content

Commit 29ef8e8

Browse files
authored
Merge pull request #1365 from davep/binding-merge-docstring-typo
Correct what looks to be a typo in the Bindings.merge docstring
2 parents b2ac3f6 + c95cd96 commit 29ef8e8

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)