Skip to content

Commit

Permalink
Changed name of first _Tile parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 2, 2024
1 parent e478775 commit 8d96e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _tilesort(t):


class _Tile(NamedTuple):
encoder_name: str
codec_name: str
extents: tuple[int, int, int, int]
offset: int
args: tuple[Any, ...] | str | None
Expand Down

0 comments on commit 8d96e3b

Please sign in to comment.