no-issue: Capitalise 'PhotoImage' (gh-108958)

This commit is contained in:
DongWoo Son 2023-09-25 21:37:40 +09:00 committed by GitHub
parent 4e478534d7
commit 2302fa17cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -874,7 +874,7 @@ def __init__(self, type_, data=None):
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: