From 885b195e574276c85e6ae0512b9f9f46f27daf69 Mon Sep 17 00:00:00 2001 From: andy boot Date: Fri, 5 Dec 2014 15:25:31 +0000 Subject: Update pyinotify.py fix link in comment --- python2/pyinotify.py | 4 ++-- 1 file 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 -- cgit v1.2.1