]> granicus.if.org Git - python/commitdiff
Changed a sentence that confused some people.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Aug 2002 22:14:23 +0000 (22:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Aug 2002 22:14:23 +0000 (22:14 +0000)
Doc/mac/libmacostools.tex

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