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
|
||||
def height(self):
|
||||
return self.image.width
|
||||
return self.image.height
|
||||
|
||||
@property
|
||||
def width(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue