mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Explain *why* the copytree() implementation is presented as the
example!
This commit is contained in:
parent
e688aec707
commit
11bc8cfee3
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ file type and creator codes will not be correct.
|
|||
\subsection{Example \label{shutil-example}}
|
||||
|
||||
This example is the implementation of the \function{copytree()}
|
||||
function, described above, with the docstring omitted.
|
||||
function, described above, with the docstring omitted. It
|
||||
demonstrates many of the other functions provided by this module.
|
||||
|
||||
\begin{verbatim}
|
||||
def copytree(src, dst, symlinks=0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue