From 01f567f66909f6c3dcaba556aa5658802acdbe96 Mon Sep 17 00:00:00 2001 From: Joren Hammudoglu Date: Tue, 27 Jan 2026 22:55:29 +0100 Subject: [PATCH] fix typos in inline comment Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index d4ffa998f..8132f07d7 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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: