We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a996f4c commit 71c87c5Copy full SHA for 71c87c5
mltu/annotations/images.py
@@ -197,7 +197,7 @@ def __init__(
197
if not self._image.is_animated:
198
self._init_attributes()
199
else:
200
- # initialize whatever attributes we can already determinte at this stage, i.e. width & height.
+ # initialize whatever attributes we can already determine at this stage, i.e. width & height.
201
self.width = self._image.width
202
self.height = self._image.height
203
self.channels = None
0 commit comments