mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
- stupid typo.
This commit is contained in:
parent
c716684df8
commit
10723347c6
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue