summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-17 13:29:06 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-17 13:29:06 (GMT)
commite7210dad6c5b740ee78b90f8229fc319bf69d474 (patch)
tree3b193036077215a3688fc1512527fd91344c5bd1 /Doc
parenta5aefbad5a4e951a19cf5d0fb58b02ebb98b24aa (diff)
downloadcpython-e7210dad6c5b740ee78b90f8229fc319bf69d474.zip
cpython-e7210dad6c5b740ee78b90f8229fc319bf69d474.tar.gz
cpython-e7210dad6c5b740ee78b90f8229fc319bf69d474.tar.bz2
Fix arguments for renames(); bug spotted by Oliver Andrich
<oli@rhein-zeitung.de>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 75d4182..7856bb4 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -105,7 +105,7 @@ a parent directory is not empty). Throws an \exception{os.error}
exception if the leaf directory could not be successfully removed.
\end{funcdesc}
-\begin{funcdesc}{renames}{path}
+\begin{funcdesc}{renames}{old, new}
\versionadded{1.5.2}
Recursive directory or file renaming function.
Works like \function{rename()}, except creation of any intermediate