diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 6f1e01cf5aa6ee..6044b8ba9028aa 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -155,7 +155,7 @@ Some facts and figures: *bufsize* specifies the blocksize and defaults to ``20 * 512`` bytes. Use this variant in combination with e.g. ``sys.stdin.buffer``, a socket :term:`file object` or a tape device. - However, such a :class:`TarFile` object is limited in that it does + However, such a :class:`TarFile` object is limited since it does not allow random access, see :ref:`tar-examples`. The currently possible modes: