summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ivanov <pi@berkeley.edu>2014-02-20 23:17:31 -0800
committerPaul Ivanov <pi@berkeley.edu>2014-02-20 23:17:31 -0800
commit84b448a2ac8c9a91aaf935da1bad11cec28ac59f (patch)
treec60ffa472ffb553e4e0be84cf411dd979af305fe
parentd116e26db322e2d7c6916738c05915a028b3511d (diff)
downloadurwid-84b448a2ac8c9a91aaf935da1bad11cec28ac59f.tar.gz
fix restructured text typo
-rwxr-xr-xurwid/main_loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/main_loop.py b/urwid/main_loop.py
index 24d7c38..4677ab2 100755
--- a/urwid/main_loop.py
+++ b/urwid/main_loop.py
@@ -161,7 +161,7 @@ class MainLoop(object):
def set_alarm_at(self, tm, callback, user_data=None):
"""
Schedule an alarm at *tm* time that will call *callback* from the
- within the :meth`run` function. Returns a handle that may be passed to
+ within the :meth:`run` function. Returns a handle that may be passed to
:meth:`remove_alarm`.
:param tm: time to call callback e.g. ``time.time() + 5``