From e3e578310c4135212d4892b5a39807e31af3c91f Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Thu, 4 Jun 2015 17:26:05 +0200 Subject: Fix doc indent --- python2/pyinotify.py | 8 ++++---- python3/pyinotify.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/python2/pyinotify.py b/python2/pyinotify.py index 3773e87..9098640 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -1126,8 +1126,8 @@ class Notifier: At least with read_freq set you might sleep. @type threshold: int @param timeout: see read_freq above. If provided, it must be set in - milliseconds. - see https://docs.python.org/2/library/select.html#polling-objects + milliseconds. See + https://docs.python.org/2/library/select.html#polling-objects @type timeout: int """ # Watch Manager instance @@ -1448,8 +1448,8 @@ class ThreadedNotifier(threading.Thread, Notifier): least with read_freq you might sleep. @type threshold: int @param timeout: see read_freq above. If provided, it must be set in - milliseconds. - see https://docs.python.org/2/library/select.html#select.poll.poll + milliseconds. See + https://docs.python.org/2/library/select.html#select.poll.poll @type timeout: int """ # Init threading base class diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 21b04ed..8ff7167 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -1112,8 +1112,8 @@ class Notifier: At least with read_freq set you might sleep. @type threshold: int @param timeout: see read_freq above. If provided, it must be set in - milliseconds. - see https://docs.python.org/3/library/select.html#select.poll.poll + milliseconds. See + https://docs.python.org/3/library/select.html#select.poll.poll @type timeout: int """ # Watch Manager instance @@ -1434,8 +1434,8 @@ class ThreadedNotifier(threading.Thread, Notifier): least with read_freq you might sleep. @type threshold: int @param timeout: see read_freq above. If provided, it must be set in - milliseconds. - see https://docs.python.org/3/library/select.html#select.poll.poll + milliseconds. See + https://docs.python.org/3/library/select.html#select.poll.poll @type timeout: int """ # Init threading base class -- cgit v1.2.1