Skip to content

Commit 82dfbc3

Browse files
Knioradarhere
andauthored
Update src/PIL/TiffImagePlugin.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 44cc0be commit 82dfbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/TiffImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def _load_libtiff(self) -> Image.core.PixelAccess | None:
13741374
if not close_self_fp:
13751375
self.fp.seek(0)
13761376
# Save and restore the file position, because libtiff will move it
1377-
# outside of the python runtime, and that will confuse
1377+
# outside of the Python runtime, and that will confuse
13781378
# io.BufferedReader and possible others.
13791379
# NOTE: This must use os.lseek(), and not fp.tell()/fp.seek(),
13801380
# because the buffer read head already may not equal the actual

0 commit comments

Comments
 (0)