From 44ce9f1dd7495542ad7ea47216a77710737d23ea Mon Sep 17 00:00:00 2001 From: John Tims Date: Tue, 2 Jun 2015 16:26:09 -0400 Subject: Fix documentation typo --- python2/pyinotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1