Skip to content

Commit c3e4dfe

Browse files
committed
fix typo
1 parent dba380e commit c3e4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Keys(str, Enum):
7171
ControlShift0 = "ctrl+shift+0"
7272

7373
ControlBackslash = "ctrl+backslash"
74-
ControlSquareClose = "ctrl+right_square_bracked"
74+
ControlSquareClose = "ctrl+right_square_bracket"
7575
ControlCircumflex = "ctrl+circumflex_accent"
7676
ControlUnderscore = "ctrl+underscore"
7777

0 commit comments

Comments
 (0)