Skip to content

Commit

Permalink
lets
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 15, 2024
1 parent 09b3d43 commit c904377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def load(self) -> PyAccess.PyAccess | None:
operations. See :ref:`file-handling` for more information.
:returns: An image access object.
:rtype: :py:class:`.PyAccess`
:rtype: :ref:`PixelAccess` or :py:class:`.PyAccess`
"""
if self.im is not None and self.palette and self.palette.dirty:
# realize palette
Expand Down

0 comments on commit c904377

Please sign in to comment.