Fix variable name typo in the rotation transformation class.

This commit is contained in:
Roberto Rosario
2016-11-15 01:22:48 -04:00
parent 9c0d2ac60c
commit 8b02ea7134

View File

@@ -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(