fixed spelling

This commit is contained in:
Andreas Preikschat 2012-07-02 20:47:12 +02:00
parent b58dec8237
commit d604d6b07f

View File

@ -229,7 +229,7 @@ class ImageManager(QtCore.QObject):
def _resetImage(self, image):
"""
Mark the given :class:`Image` instance as dirt by setting its ``image``
Mark the given :class:`Image` instance as dirty by setting its ``image``
and ``image_bytes`` attributes to None.
"""
image.image = None