summaryrefslogtreecommitdiff
path: root/python3/pyinotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'python3/pyinotify.py')
-rwxr-xr-xpython3/pyinotify.py3
1 files changed, 1 insertions, 2 deletions
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.