]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo in comment (on Mac, it's the *resource* fork that's not copied,
authorGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 20:03:17 +0000 (20:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 20:03:17 +0000 (20:03 +0000)
the data fork *is* copied).

Lib/shutil.py

index eb334f70f47ed8ca7f6893b8924b747993435053..162ff4748e1ed7b888d208582bd7454634319334 100644 (file)
@@ -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.
 
 """