Commit 10723347 authored by Fredrik Lundh's avatar Fredrik Lundh

- stupid typo.

parent c716684d
...@@ -749,7 +749,7 @@ posix_fdatasync(PyObject *self, PyObject *args) ...@@ -749,7 +749,7 @@ posix_fdatasync(PyObject *self, PyObject *args)
#endif /* HAVE_FDATASYNC */ #endif /* HAVE_FDATASYNC */
#if HAVE_CHOWN #ifdef HAVE_CHOWN
static char posix_chown__doc__[] = static char posix_chown__doc__[] =
"chown(path, uid, gid) -> None\n\ "chown(path, uid, gid) -> None\n\
Change the owner and group id of path to the numeric uid and gid."; Change the owner and group id of path to the numeric uid and gid.";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment