Fix a typo.
This commit is contained in:
parent
2450f7f002
commit
ed159cc2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class PageObject(object):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def height(self):
|
def height(self):
|
||||||
return self.image.width
|
return self.image.height
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def width(self):
|
def width(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue