Skip to content

Commit a52442d

Browse files
committed
Typo.
1 parent d2b201e commit a52442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2/examples/daemon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def on_loop(notifier, counter):
4343
# before this method is called otherwise it will raise an exception.
4444
# /tmp/pyinotify.log is used as log file to dump received events. Likewise
4545
# in your real code choose a more appropriate location for instance under
46-
# /var/log (this file may contain sensible data). Finally, callback is the
46+
# /var/log (this file may contain sensitive data). Finally, callback is the
4747
# above function and will be called after each event loop.
4848
try:
4949
notifier.loop(daemonize=True, callback=on_loop_func,

0 commit comments

Comments
 (0)