From 97d23f7c9f14b93a99a415bde94a7e1695325ef6 Mon Sep 17 00:00:00 2001 From: manoj Date: Sat, 23 May 2026 16:19:28 +0530 Subject: [PATCH] Fix statement in open() function in tarfile.rst --- Doc/library/tarfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: