From 11bc8cfee33456198acdaca53a4ba17f29e728b8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 21 Apr 1999 17:08:51 +0000 Subject: Explain *why* the copytree() implementation is presented as the example! --- Doc/lib/libshutil.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libshutil.tex b/Doc/lib/libshutil.tex index f55c517..1f3f6d8 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): -- cgit v0.12