Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cb28a1

Browse files
committed
merge with 3.3
2 parents d1830c4 + f632494 commit 1cb28a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the :mod:`glob` module.)
149149
.. function:: getctime(path)
150150

151151
Return the system's ctime which, on some systems (like Unix) is the time of the
152-
last change, and, on others (like Windows), is the creation time for *path*.
152+
last metadata change, and, on others (like Windows), is the creation time for *path*.
153153
The return value is a number giving the number of seconds since the epoch (see
154154
the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or
155155
is inaccessible.

0 commit comments

Comments
 (0)