mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
correct typo in utime stub
This commit is contained in:
parent
03e8ffa345
commit
d1b3481d69
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ posix_utime(self, args)
|
|||
if (!getargs(args, "(s(ll))", &path, &atime, &mtime))
|
||||
return NULL;
|
||||
ATIME = atime;
|
||||
MTIME = utime;
|
||||
MTIME = mtime;
|
||||
BGN_SAVE
|
||||
res = utime(path, UTIME_ARG);
|
||||
END_SAVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue