Skip to content

Commit 97d23f7

Browse files
Fix statement in open() function in tarfile.rst
1 parent f621ba1 commit 97d23f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tarfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Some facts and figures:
155155
*bufsize* specifies the blocksize and defaults to ``20 * 512`` bytes.
156156
Use this variant in combination with e.g. ``sys.stdin.buffer``, a socket
157157
:term:`file object` or a tape device.
158-
However, such a :class:`TarFile` object is limited in that it does
158+
However, such a :class:`TarFile` object is limited since it does
159159
not allow random access, see :ref:`tar-examples`. The currently
160160
possible modes:
161161

0 commit comments

Comments
 (0)