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 @@ -740,7 +740,7 @@ A ``TarInfo`` object has the following public data attributes:
740
740
Name of the target file name, which is only present in :class: `TarInfo ` objects
741
741
of type :const: `LNKTYPE ` and :const: `SYMTYPE `.
742
742
743
- For symbolic links (``SYMTYPE ``), the linkname is relative to the directory
743
+ For symbolic links (``SYMTYPE ``), the * linkname * is relative to the directory
744
744
that contains the link.
745
745
For hard links (``LNKTYPE ``), the *linkname * is relative to the root of
746
746
the archive.
Original file line number Diff line number Diff line change @@ -3661,7 +3661,7 @@ def test_absolute_symlink(self):
3661
3661
3662
3662
def test_absolute_hardlink (self ):
3663
3663
# Test hardlink to an absolute path
3664
- # Inspired by 'dirsymlink' in jwilk/traversal-archives
3664
+ # Inspired by 'dirsymlink' in https://github.com/ jwilk/traversal-archives
3665
3665
with ArchiveMaker () as arc :
3666
3666
arc .add ('parent' , hardlink_to = self .outerdir / 'foo' )
3667
3667
You can’t perform that action at this time.
0 commit comments