]> granicus.if.org Git - python/commitdiff
Explain *why* the copytree() implementation is presented as the
authorFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 17:08:51 +0000 (17:08 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 17:08:51 +0000 (17:08 +0000)
example!

Doc/lib/libshutil.tex

index f55c517a1a4abd12b4f2513321a7ea2c98349138..1f3f6d863cdd48966f18a649321bc0c1f5946892 100644 (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):