Skip to content

Commit

Permalink
Cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-m committed Jan 13, 2010
1 parent 828831b commit 0aad346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ [email protected]
Terje Røsten [email protected]
Thomas Kiley [email protected]
Will Muldrew [email protected]
And every anonymous or forgotten contributors
And every anonymous or forgotten contributor
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python2/examples/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):

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:
Expand Down

0 comments on commit 0aad346

Please sign in to comment.