From: Fred Drake Date: Wed, 21 Apr 1999 17:08:51 +0000 (+0000) Subject: Explain *why* the copytree() implementation is presented as the X-Git-Tag: v1.6a1~1553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11bc8cfee33456198acdaca53a4ba17f29e728b8;p=thirdparty%2FPython%2Fcpython.git Explain *why* the copytree() implementation is presented as the example! --- diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex index f55c517a1a4a..1f3f6d863cdd 100644 --- a/Doc/lib/libshutil.tex +++ b/Doc/lib/libshutil.tex @@ -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):