summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
Diffstat (limited to 'python3')
-rwxr-xr-xpython3/pyinotify.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index acee931..10126d2 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -92,7 +92,7 @@ except ImportError:
__author__ = "seb@dbzteam.org (Sebastien Martini)"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
# Compatibity mode: set to True to improve compatibility with
@@ -1164,7 +1164,7 @@ class Notifier:
stderr=os.devnull):
"""
pid_file: file where the pid will be written. If pid_file=None the pid
- is written to /var/run/<sys.argv[0]|pyinotify>.pid, if
+ is written to /var/run/<sys.argv[0]|pyinotify>.pid, if
pid_file=False no pid_file is written.
stdin, stdout, stderr: files associated to common streams.
"""
@@ -1246,7 +1246,7 @@ class Notifier:
keyworded arguments are directly passed to daemonize see
__daemonize() method. If pid_file=None or is set to a
pathname the caller must ensure the file does not exist
- before this method is called otherwise an exception
+ before this method is called otherwise an exception
pyinotify.NotifierError will be raised. If pid_file=False
it is still daemonized but the pid is not written in any
file.