summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy boot <bootandy@gmail.com>2014-12-05 15:25:31 +0000
committerandy boot <bootandy@gmail.com>2014-12-05 15:25:31 +0000
commit885b195e574276c85e6ae0512b9f9f46f27daf69 (patch)
treecdd46a02bfac88f9d719f3d4953b26f7dffa2f43
parenta51277db95321eae90656e1fbc4ef8b11584735f (diff)
downloadpyinotify-885b195e574276c85e6ae0512b9f9f46f27daf69.tar.gz
Update pyinotify.py
fix link in comment
-rwxr-xr-xpython2/pyinotify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py
index 7733337..9bc13fd 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -1162,7 +1162,7 @@ class Notifier:
At least with read_freq set you might sleep.
@type threshold: int
@param timeout:
- http://docs.python.org/lib/poll-objects.html#poll-objects
+ https://docs.python.org/3/library/select.html#polling-objects
@type timeout: int
"""
# Watch Manager instance
@@ -1481,7 +1481,7 @@ class ThreadedNotifier(threading.Thread, Notifier):
least with read_freq you might sleep.
@type threshold: int
@param timeout:
- see http://docs.python.org/lib/poll-objects.html#poll-objects
+ https://docs.python.org/3/library/select.html#polling-objects
@type timeout: int
"""
# Init threading base class