Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 959fa01

Browse files
committed
Typo in comment (on Mac, it's the *resource* fork that's not copied,
the data fork *is* copied).
1 parent 5e006a3 commit 959fa01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Utility functions for copying files.
22
3-
XXX The functions here don't copy the data fork or other metadata on Mac.
3+
XXX The functions here don't copy the resource fork or other metadata on Mac.
44
55
"""
66

0 commit comments

Comments
 (0)