summaryrefslogtreecommitdiff
path: root/blessed/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'blessed/keyboard.py')
-rw-r--r--blessed/keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blessed/keyboard.py b/blessed/keyboard.py
index d701a16..280606d 100644
--- a/blessed/keyboard.py
+++ b/blessed/keyboard.py
@@ -139,7 +139,7 @@ def get_keyboard_sequences(term):
"""get_keyboard_sequences(T) -> (OrderedDict)
Initialize and return a keyboard map and sequence lookup table,
- (sequence, constant) from blessed Terminal instance ``term``,
+ (sequence, constant) from blessings Terminal instance ``term``,
where ``sequence`` is a multibyte input sequence, such as u'\x1b[D',
and ``constant`` is a constant, such as term.KEY_LEFT. The return
value is an OrderedDict instance, with their keys sorted longest-first.