File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ A ``TarInfo`` object has the following public data attributes:
742
742
743
743
For symbolic links (``SYMTYPE ``), the linkname is relative to the directory
744
744
that contains the link.
745
- For hard links (``LNKTYPE ``), the linkname is relative to the root of
745
+ For hard links (``LNKTYPE ``), the * linkname * is relative to the root of
746
746
the archive.
747
747
748
748
Original file line number Diff line number Diff line change @@ -3497,7 +3497,7 @@ def test_parent_symlink(self):
3497
3497
# Inspired by 'dirsymlink2a' in jwilk/traversal-archives
3498
3498
with ArchiveMaker () as arc :
3499
3499
3500
- # links to `.` which is both:
3500
+ # `current` links to `.` which is both:
3501
3501
# - the destination directory
3502
3502
# - `current` itself
3503
3503
arc .add ('current' , symlink_to = '.' )
You can’t perform that action at this time.
0 commit comments