summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-01-13 18:48:41 +0100
committerSebastien Martini <seb@dbzteam.org>2010-01-13 18:48:41 +0100
commit0aad346a2d6cd8c4b4197c54a28f9acbdf0a0eff (patch)
tree96630789f73649a877a370d8a8bf76357f03c8a5
parent828831b7895d7b5c5dbfef63c56741b837059304 (diff)
downloadpyinotify-0aad346a2d6cd8c4b4197c54a28f9acbdf0a0eff.tar.gz
Cosmetic changes.
-rw-r--r--ACKS2
-rw-r--r--README3
-rw-r--r--python2/examples/daemon.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/ACKS b/ACKS
index 7c0a090..34f6595 100644
--- a/ACKS
+++ b/ACKS
@@ -27,4 +27,4 @@ stromnov@gmail.com
Terje Røsten terje.rosten@ntnu.no
Thomas Kiley tkiley@cs.uml.edu
Will Muldrew will.muldrew@gmail.com
-And every anonymous or forgotten contributors
+And every anonymous or forgotten contributor
diff --git a/README b/README
index fa2cffb..9a05b69 100644
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
==== Pyinotify ====
+License: MIT License
Project URL: http://trac.dbzteam.org/pyinotify/
-==== Dependancies ====
+==== Dependencies ====
- Linux >= 2.6.13
- Python (CPython) >= 2.4
diff --git a/python2/examples/daemon.py b/python2/examples/daemon.py
index e1b8987..33281d7 100644
--- a/python2/examples/daemon.py
+++ b/python2/examples/daemon.py
@@ -14,7 +14,7 @@ class Counter(object):
def on_loop(notifier, counter):
"""
- Dummy functor called after each event loop, this method only
+ Dummy function called after each event loop, this method only
ensures the child process eventually exits (after 5 iterations).
"""
if counter.count > 4: