From: DongWoo Son <99868561+dnd-qodqks@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:37:40 +0000 (+0900) Subject: no-issue: Capitalise 'PhotoImage' (gh-108958) X-Git-Tag: v3.13.0a1~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2302fa17cf3075bc8881ea3249ef4e4351fb0f99;p=thirdparty%2FPython%2Fcpython.git no-issue: Capitalise 'PhotoImage' (gh-108958) --- diff --git a/Lib/turtle.py b/Lib/turtle.py index 6119b7a447e7..7bfe81351b0b 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -874,7 +874,7 @@ class Shape(object): if isinstance(data, str): if data.lower().endswith(".gif") and isfile(data): data = TurtleScreen._image(data) - # else data assumed to be Photoimage + # else data assumed to be PhotoImage elif type_ == "compound": data = [] else: