mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Correct definition of CTIME.
This commit is contained in:
parent
685fe839a9
commit
ae2be7144d
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ Time of last modification.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{datadesc}{ST_CTIME}
|
\begin{datadesc}{ST_CTIME}
|
||||||
Time of creation.
|
Time of last status change (see manual pages for details).
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ Time of last modification.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{datadesc}{ST_CTIME}
|
\begin{datadesc}{ST_CTIME}
|
||||||
Time of creation.
|
Time of last status change (see manual pages for details).
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue