Commit e7210dad authored by Fred Drake's avatar Fred Drake

Fix arguments for renames(); bug spotted by Oliver Andrich

<oli@rhein-zeitung.de>.
parent a5aefbad
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment