Skip to content

Commit 2302fa1

Browse files
authored
no-issue: Capitalise 'PhotoImage' (gh-108958)
1 parent 4e47853 commit 2302fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/turtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def __init__(self, type_, data=None):
874874
if isinstance(data, str):
875875
if data.lower().endswith(".gif") and isfile(data):
876876
data = TurtleScreen._image(data)
877-
# else data assumed to be Photoimage
877+
# else data assumed to be PhotoImage
878878
elif type_ == "compound":
879879
data = []
880880
else:

0 commit comments

Comments
 (0)