- stupid typo.

This commit is contained in:
Fredrik Lundh 2000-07-10 16:38:09 +00:00
parent c716684df8
commit 10723347c6
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ posix_fdatasync(PyObject *self, PyObject *args)
#endif /* HAVE_FDATASYNC */
#if HAVE_CHOWN
#ifdef HAVE_CHOWN
static char posix_chown__doc__[] =
"chown(path, uid, gid) -> None\n\
Change the owner and group id of path to the numeric uid and gid.";