From 84b448a2ac8c9a91aaf935da1bad11cec28ac59f Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Thu, 20 Feb 2014 23:17:31 -0800 Subject: fix restructured text typo --- urwid/main_loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` -- cgit v1.2.1