]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Capitalise 'PhotoImage' (gh-108958)
authorDongWoo Son <99868561+dnd-qodqks@users.noreply.github.com>
Mon, 25 Sep 2023 12:37:40 +0000 (21:37 +0900)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 12:37:40 +0000 (21:37 +0900)
Lib/turtle.py

index 6119b7a447e7bf1a825383425041b8f20d585db6..7bfe81351b0b344bbd6311c4e71199f4ff8e42ea 100644 (file)
@@ -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: