]> granicus.if.org Git - python/commitdiff
Use the name (path) specified in the parameter list
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 13:38:28 +0000 (13:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 13:38:28 +0000 (13:38 +0000)
Doc/lib/libposixpath.tex

index b83eff4a87e41abdb1f2839fc9b79ce981ee1bf0..66fbf14d6dc6621eff4f194ebe54533ab02ac4d9 100644 (file)
@@ -66,7 +66,7 @@ unchanged.
 \end{funcdesc}
 
 \begin{funcdesc}{getatime}{path}
-Return the time of last access of \var{filename}.  The return
+Return the time of last access of \var{path}.  The return
 value is a number 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.
@@ -75,7 +75,7 @@ not exist or is inaccessible.
 \end{funcdesc}
 
 \begin{funcdesc}{getmtime}{path}
-Return the time of last modification of \var{filename}.  The return
+Return the time of last modification of \var{path}.  The return
 value is a number 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.
@@ -84,7 +84,7 @@ not exist or is inaccessible.
 \end{funcdesc}
 
 \begin{funcdesc}{getctime}{path}
-Return the time of creation of \var{filename}.  The return
+Return the time of creation of \var{path}.  The return
 value is a number 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.
@@ -92,7 +92,7 @@ not exist or is inaccessible.
 \end{funcdesc}
 
 \begin{funcdesc}{getsize}{path}
-Return the size, in bytes, of \var{filename}.  Raise
+Return the size, in bytes, of \var{path}.  Raise
 \exception{os.error} if the file does not exist or is inaccessible.
 \versionadded{1.5.2}
 \end{funcdesc}