diff options
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 eb334f70f4..162ff4748e 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. """ |