Fix a typo.

This commit is contained in:
Andrey Golovizin 2014-08-10 21:40:25 +02:00
parent 2450f7f002
commit ed159cc2e6

View file

@ -30,7 +30,7 @@ class PageObject(object):
@property
def height(self):
return self.image.width
return self.image.height
@property
def width(self):