fix typos in inline comment

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Joren Hammudoglu 2026-01-27 22:55:29 +01:00 committed by jorenham
parent b4c76a53ba
commit 01f567f669
No known key found for this signature in database

View File

@ -91,7 +91,7 @@ MAX_IMAGE_PIXELS: int | None = int(1024 * 1024 * 1024 // 4 // 3)
if TYPE_CHECKING:
from . import _imaging
# mypy will not recognize `core` as public symbol when import as
# mypy will not recognize `core` as a public symbol when imported as
# `from . import _imaging as core`
core = _imaging
else: