Skip to content

Commit 71c87c5

Browse files
committed
spelling mistake fix
1 parent a996f4c commit 71c87c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mltu/annotations/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def __init__(
197197
if not self._image.is_animated:
198198
self._init_attributes()
199199
else:
200-
# initialize whatever attributes we can already determinte at this stage, i.e. width & height.
200+
# initialize whatever attributes we can already determine at this stage, i.e. width & height.
201201
self.width = self._image.width
202202
self.height = self._image.height
203203
self.channels = None

0 commit comments

Comments
 (0)