Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand committed Nov 28, 2023
1 parent 90b024a commit 2e13b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/filemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def resize(self, image, size):
Resizes the image
:param image: The image object
:param size: size is PIL tuple (width, heighth, force) ex: (200,100,True)
:param size: size is PIL tuple (width, height, force) ex: (200,100,True)
"""
(width, height, force) = size

Expand Down

0 comments on commit 2e13b77

Please sign in to comment.