diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 62d67bc577c7d0..1c5ff0e09544ed 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -557,7 +557,7 @@ be finalized; only the internally used file object will be closed. See the and fall back to the :func:`fully_trusted ` filter, whose dangerous behavior matches previous versions of Python. - In Python 3.14+, leaving ``extraction_filter=None`` will cause + In Python 3.14, leaving ``extraction_filter=None`` will cause extraction methods to use the :func:`data ` filter by default. The attribute may be set on instances or overridden in subclasses.