##// END OF EJS Templates
en-us: Initialize
timeless@mozdev.org -
r17531:c133b1fb default
parent child Browse files
Show More
@@ -61,7 +61,7 b' PyDoc_STRVAR('
61 init_doc,
61 init_doc,
62 "init() -> fd\n"
62 "init() -> fd\n"
63 "\n"
63 "\n"
64 "Initialise an inotify instance.\n"
64 "Initialize an inotify instance.\n"
65 "Return a file descriptor associated with a new inotify event queue.");
65 "Return a file descriptor associated with a new inotify event queue.");
66
66
67 static PyObject *add_watch(PyObject *self, PyObject *args)
67 static PyObject *add_watch(PyObject *self, PyObject *args)
General Comments 0
You need to be logged in to leave comments. Login now