summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2015-06-04 17:26:05 +0200
committerSebastien Martini <seb@dbzteam.org>2015-06-04 17:26:05 +0200
commite3e578310c4135212d4892b5a39807e31af3c91f (patch)
tree6dfa2d877068c2c0c775b9c9d29c26212cc7fc26
parent5ef42e0e70fcd0b5a5830929c151958c1547b00d (diff)
downloadpyinotify-e3e578310c4135212d4892b5a39807e31af3c91f.tar.gz
Fix doc indent
-rwxr-xr-xpython2/pyinotify.py8
-rwxr-xr-xpython3/pyinotify.py8
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