Commit e4ff00e8 authored by Fred Drake's avatar Fred Drake

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

example!
parent f053ceea
...@@ -81,7 +81,8 @@ file type and creator codes will not be correct. ...@@ -81,7 +81,8 @@ file type and creator codes will not be correct.
\subsection{Example \label{shutil-example}} \subsection{Example \label{shutil-example}}
This example is the implementation of the \function{copytree()} 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} \begin{verbatim}
def copytree(src, dst, symlinks=0): def copytree(src, dst, symlinks=0):
......
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