Fix some typos in comments (#9802)

This commit is contained in:
Alex Waygood
2023-02-23 22:11:24 +00:00
committed by GitHub
parent 6ba28ae547
commit 1d2ae2598b
8 changed files with 9 additions and 9 deletions

View File

@@ -3207,7 +3207,7 @@ class OptionMenu(Menubutton):
# destroy and __getitem__ are overridden, signature does not change
# Marker to indicate that it is a valid bitmap/photo image. PIL implements compatible versions
# which don't share a class hierachy. The actual API is a __str__() which returns a valid name,
# which don't share a class hierarchy. The actual API is a __str__() which returns a valid name,
# not something that type checkers can detect.
@type_check_only
class _Image: ...