This commit is contained in:
Kovid Goyal 2015-05-13 13:39:44 +05:30
parent b585b25f51
commit 15b12f66d9

View File

@ -534,7 +534,7 @@ class Style(object):
return ans
def img_size(self, width, height):
' Return the final size of an <img> given that it points to an imafe of size widthxheight '
' Return the final size of an <img> given that it points to an image of size widthxheight '
return self.img_dimension('width', width), self.img_dimension('height', height)
@property