summaryrefslogtreecommitdiffstats
path: root/Doc/mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-06 22:14:23 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-06 22:14:23 (GMT)
commit4104b50b5279ef13de59435389ea65d51d9397ae (patch)
treeb29fc59fdfa4b655e58d80f707a9df6ed8b3ad47 /Doc/mac
parent657d22270019f851b752869b4fc951679d55c12a (diff)
downloadcpython-4104b50b5279ef13de59435389ea65d51d9397ae.zip
cpython-4104b50b5279ef13de59435389ea65d51d9397ae.tar.gz
cpython-4104b50b5279ef13de59435389ea65d51d9397ae.tar.bz2
Changed a sentence that confused some people.
Diffstat (limited to 'Doc/mac')
-rw-r--r--Doc/mac/libmacostools.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex
index c06f9e2..78b706d 100644
--- a/Doc/mac/libmacostools.tex
+++ b/Doc/mac/libmacostools.tex
@@ -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.