summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tims <john.k.tims@gmail.com>2015-06-02 16:26:09 -0400
committerJohn Tims <john.k.tims@gmail.com>2015-06-02 16:26:09 -0400
commit44ce9f1dd7495542ad7ea47216a77710737d23ea (patch)
tree8d3b39ec44e844075cfc2d1c55b95413c72b805c
parentf3ee9bb651654930f034d6001ffa9ba5f5c43b3d (diff)
downloadpyinotify-44ce9f1dd7495542ad7ea47216a77710737d23ea.tar.gz
Fix documentation typo
-rwxr-xr-xpython2/pyinotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py
index 2dae002..85af3d3 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -1911,7 +1911,7 @@ class WatchManager:
although unicode paths are accepted there are converted to byte
strings before a watch is put on that path. The encoding used for
converting the unicode object is given by sys.getfilesystemencoding().
- If |path| si already watched it is ignored, but if it is called with
+ If |path| is already watched it is ignored, but if it is called with
option rec=True a watch is put on each one of its not-watched
subdirectory.