summaryrefslogtreecommitdiff
path: root/python2/pyinotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'python2/pyinotify.py')
-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