Fix typos in comments.

This commit is contained in:
Patrick Cloke 2020-09-14 11:46:58 -04:00
parent b82d68c0bd
commit d2a3eb04a4
5 changed files with 6 additions and 6 deletions

View file

@ -83,7 +83,7 @@ class Thumbnailer:
Args:
max_width: The largest possible width.
max_height: The larget possible height.
max_height: The largest possible height.
"""
if max_width * self.height < max_height * self.width:
@ -117,7 +117,7 @@ class Thumbnailer:
Args:
max_width: The largest possible width.
max_height: The larget possible height.
max_height: The largest possible height.
Returns:
BytesIO: the bytes of the encoded image ready to be written to disk