mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix arguments for renames(); bug spotted by Oliver Andrich
<oli@rhein-zeitung.de>.
This commit is contained in:
parent
a5aefbad5a
commit
e7210dad6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue