diff options
-rw-r--r-- | Doc/lib/libshutil.tex | 3 |
1 files changed, 2 insertions, 1 deletions
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): |