mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
This commit is contained in:
parent
f6346345b0
commit
d8a41e6391
7 changed files with 18 additions and 18 deletions
|
|
@ -54,9 +54,11 @@ unchanged. On the Macintosh, this always returns \var{path}
|
|||
unchanged.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{getsize}{path}
|
||||
Return the size, in bytes, of \var{filename}. Raise
|
||||
\exception{os.error} if the file does not exist or is inaccessible.
|
||||
\begin{funcdesc}{getatime}{path}
|
||||
Return the time of last access of \var{filename}. The return
|
||||
value is integer giving the number of seconds since the epoch (see the
|
||||
\refmodule{time} module). Raise \exception{os.error} if the file does
|
||||
not exist or is inaccessible.
|
||||
\versionadded{1.5.2}
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
@ -68,11 +70,9 @@ not exist or is inaccessible.
|
|||
\versionadded{1.5.2}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{getatime}{path}
|
||||
Return the time of last access of \var{filename}. The return
|
||||
value is integer giving the number of seconds since the epoch (see the
|
||||
\refmodule{time} module). Raise \exception{os.error} if the file does
|
||||
not exist or is inaccessible.
|
||||
\begin{funcdesc}{getsize}{path}
|
||||
Return the size, in bytes, of \var{filename}. Raise
|
||||
\exception{os.error} if the file does not exist or is inaccessible.
|
||||
\versionadded{1.5.2}
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue