Typo in comment (on Mac, it's the *resource* fork that's not copied,

the data fork *is* copied).
This commit is contained in:
Guido van Rossum 1999-08-18 20:03:17 +00:00
parent 5e006a3cc3
commit 959fa01dc3
1 changed files with 1 additions and 1 deletions

View 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.
"""