summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-19 17:54:10 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-19 17:54:10 (GMT)
commitd8a41e6391764770cfbe02f1bda7c97e761d1e6d (patch)
treee0e9c911f74c859c86d66e86095135ea2b8fff01 /Doc/lib/libposixpath.tex
parentf6346345b0fcad09d42fc15e2fa8d460fc03c4e8 (diff)
downloadcpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.zip
cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.gz
cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.bz2
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index e467e46..bf843d1 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -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}