Fix variable name typo in the rotation transformation class.
This commit is contained in:
@@ -299,7 +299,7 @@ class TransformationRotate(BaseTransformation):
|
||||
|
||||
self.degrees %= 360
|
||||
|
||||
if self.degress == 0:
|
||||
if self.degrees == 0:
|
||||
return self.image
|
||||
|
||||
return self.image.rotate(
|
||||
|
||||
Reference in New Issue
Block a user