Skip to content

Commit 01f567f

Browse files
jorenhamradarhere
andcommitted
fix typos in inline comment
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent b4c76a5 commit 01f567f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class DecompressionBombError(Exception):
9191
if TYPE_CHECKING:
9292
from . import _imaging
9393

94-
# mypy will not recognize `core` as public symbol when import as
94+
# mypy will not recognize `core` as a public symbol when imported as
9595
# `from . import _imaging as core`
9696
core = _imaging
9797
else:

0 commit comments

Comments
 (0)