diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index a0f006c5ee7..6e1d4942c74 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -149,7 +149,7 @@ the :mod:`glob` module.) .. function:: getctime(path) Return the system's ctime which, on some systems (like Unix) is the time of the - last change, and, on others (like Windows), is the creation time for *path*. + last metadata change, and, on others (like Windows), is the creation time for *path*. The return value is a number giving the number of seconds since the epoch (see the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or is inaccessible.