summaryrefslogtreecommitdiff
path: root/python3/pyinotify.py
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 /python3/pyinotify.py
parent5ef42e0e70fcd0b5a5830929c151958c1547b00d (diff)
downloadpyinotify-e3e578310c4135212d4892b5a39807e31af3c91f.tar.gz
Fix doc indent
Diffstat (limited to 'python3/pyinotify.py')
-rwxr-xr-xpython3/pyinotify.py8
1 files changed, 4 insertions, 4 deletions
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