From 11ba54ff2e1d6c00d8827eda35e2af28292b106d Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Thu, 4 Oct 2012 12:28:24 +0200 Subject: Typos. --- python2/pyinotify.py | 3 +-- python3/pyinotify.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/python2/pyinotify.py b/python2/pyinotify.py index f03de1b..dd8169e 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -1552,8 +1552,7 @@ class TornadoAsyncNotifier(Notifier): Note that if later you must call ioloop.close() be sure to let the default parameter to all_fds=False. - See example transient_file_tornado.py for an example using this - notifier. + See example tornado_notifier.py for an example using this notifier. @param ioloop: Tornado's IO loop. @type ioloop: tornado.ioloop.IOLoop instance. diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 76ef043..525c57d 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -1547,8 +1547,7 @@ class TornadoAsyncNotifier(Notifier): Note that if later you must call ioloop.close() be sure to let the default parameter to all_fds=False. - See example transient_file_tornado.py for an example using this - notifier. + See example tornado_notifier.py for an example using this notifier. @param ioloop: Tornado's IO loop. @type ioloop: tornado.ioloop.IOLoop instance. -- cgit v1.2.1