summaryrefslogtreecommitdiff
path: root/blessed
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-04-05 13:38:27 -0700
committerjquast <contact@jeffquast.com>2014-04-05 13:38:27 -0700
commita4bed15a6c41a3e2facb47c0323b6174c7b2e0d5 (patch)
treef3b9c7507e32f184fc885ee035d7ba33aac603c6 /blessed
parent11605be97f628f11d0d505dc650e08da3fe15966 (diff)
downloadblessings-a4bed15a6c41a3e2facb47c0323b6174c7b2e0d5.tar.gz
typo timemout -> timeout thanks @polyphemus
Diffstat (limited to 'blessed')
-rw-r--r--blessed/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blessed/terminal.py b/blessed/terminal.py
index c02e1f9..b920744 100644
--- a/blessed/terminal.py
+++ b/blessed/terminal.py
@@ -625,7 +625,7 @@ class Terminal(object):
Normally, when this function is interrupted by a signal, such as the
installment of SIGWINCH, this function will ignore this interruption
- and continue to poll for input up to the ``timemout`` specified. If
+ and continue to poll for input up to the ``timeout`` specified. If
you'd rather this function return ``u''`` early, specify a value
of ``False`` for ``_intr_continue``.
"""