summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-10-17 18:52:38 +0200
committerSebastien Martini <seb@dbzteam.org>2010-10-17 18:52:38 +0200
commit5d381ce785cd16fb1f43f53fd255927c1f18d82d (patch)
tree712f14abb0b04b2e2fa4e6b8c89ce9eb9cb4afcd /python3
parenta745ca51ff0c7ff7e51a6cc35cc0eb2e4c408309 (diff)
downloadpyinotify-5d381ce785cd16fb1f43f53fd255927c1f18d82d.tar.gz
Released Pyinotify 0.9.1.0.9.1
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.