Explain *why* the copytree() implementation is presented as the

example!
This commit is contained in:
Fred Drake 1999-04-21 17:08:51 +00:00
parent e688aec707
commit 11bc8cfee3

View file

@ -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):