diff options
author | Guido van Rossum <guido@python.org> | 1999-08-18 20:03:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-08-18 20:03:17 (GMT) |
commit | 959fa01dc38498992894e83e3d3dbe3839f3df02 (patch) | |
tree | bf1e67b9f1df7e94dac094c6b3ee2b491a18a517 /Lib/shutil.py | |
parent | 5e006a3cc32b26dcb9dce4dd6875c72fc815c108 (diff) | |
download | cpython-959fa01dc38498992894e83e3d3dbe3839f3df02.zip cpython-959fa01dc38498992894e83e3d3dbe3839f3df02.tar.gz cpython-959fa01dc38498992894e83e3d3dbe3839f3df02.tar.bz2 |
Typo in comment (on Mac, it's the *resource* fork that's not copied,
the data fork *is* copied).
Diffstat (limited to 'Lib/shutil.py')
-rw-r--r-- | Lib/shutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/shutil.py b/Lib/shutil.py index eb334f7..162ff47 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -1,6 +1,6 @@ """Utility functions for copying files. -XXX The functions here don't copy the data fork or other metadata on Mac. +XXX The functions here don't copy the resource fork or other metadata on Mac. """ |