Skip to content

Commit 2d67e8e

Browse files
Update Doc/library/tarfile.rst
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
1 parent 12f183a commit 2d67e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tarfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Some facts and figures:
4242
or to acknowledge that they are expected and the archive is fully trusted.
4343

4444
.. versionchanged:: 3.14
45-
The default extraction filter was 'fully trusted' but is now 'data' which
45+
The default extraction filter was :func:`fully_trusted <fully_trusted_filter>` but is now :func:`data <data_filter>` which
4646
which disallows dangerous features like links to absolute paths or paths
4747
outside the destination.
4848

0 commit comments

Comments
 (0)