summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2012-10-04 12:28:24 +0200
committerSebastien Martini <seb@dbzteam.org>2012-10-04 12:28:24 +0200
commit11ba54ff2e1d6c00d8827eda35e2af28292b106d (patch)
tree7b7507b30e60cebd763326233d37eebfe6bafcc2
parentaea39987fa5f3efaad15c2fa4fe2597996393327 (diff)
downloadpyinotify-11ba54ff2e1d6c00d8827eda35e2af28292b106d.tar.gz
Typos.
-rwxr-xr-xpython2/pyinotify.py3
-rwxr-xr-xpython3/pyinotify.py3
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.