Changed a sentence that confused some people.

This commit is contained in:
Jack Jansen 2002-08-06 22:14:23 +00:00
parent 657d222700
commit 4104b50b52
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ The \module{macostools} module defines the following functions:
\begin{funcdesc}{copy}{src, dst\optional{, createpath\optional{, copytimes}}} \begin{funcdesc}{copy}{src, dst\optional{, createpath\optional{, copytimes}}}
Copy file \var{src} to \var{dst}. The files can be specified as Copy file \var{src} to \var{dst}. The files can be specified as
pathnames or \pytype{FSSpec} objects. If \var{createpath} is non-zero pathnames or \pytype{FSSpec} objects. If \var{createpath} is non-zero
\var{dst} must be a pathname and the folders leading to the the folders leading to \var{dst} are created if necessary.
destination are created if necessary. The method copies data and The method copies data and
resource fork and some finder information (creator, type, flags) and resource fork and some finder information (creator, type, flags) and
optionally the creation, modification and backup times (default is to optionally the creation, modification and backup times (default is to
copy them). Custom icons, comments and icon position are not copied. copy them). Custom icons, comments and icon position are not copied.