summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <ookoi@mars.(none)>2008-06-07 00:54:06 +0200
committerSebastien Martini <ookoi@mars.(none)>2008-06-07 00:54:06 +0200
commit6253a716008486c1864f4416916bb2fe1387498c (patch)
treeb1450998988ffca4c4e4e7d871d1e0d6788ba4c6
parentda4f72c38ed31111d447c64efd78cf500beabf73 (diff)
downloadpyinotify-6253a716008486c1864f4416916bb2fe1387498c.tar.gz
Documentation.
-rwxr-xr-xpyinotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyinotify.py b/pyinotify.py
index cb460e4..8450a6a 100755
--- a/pyinotify.py
+++ b/pyinotify.py
@@ -448,7 +448,7 @@ class Event(_Event):
is the parent directory. None if the event was raised
on the watched item itself. This field is always provided
even if the string is ''.
- - pathname (str): path + name
+ - pathname (str): absolute path of: path + name
- cookie (int): Cookie.
- dir (bool): is the event raised against directory.