mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in os.utime docstring (patch #1490189)
This commit is contained in:
parent
d419a93fbc
commit
9e5b5e4fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -2401,7 +2401,7 @@ extract_time(PyObject *t, long* sec, long* usec)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(posix_utime__doc__,
|
||||
"utime(path, (atime, utime))\n\
|
||||
"utime(path, (atime, mtime))\n\
|
||||
utime(path, None)\n\n\
|
||||
Set the access and modified time of the file to the given values. If the\n\
|
||||
second form is used, set the access and modified times to the current time.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue