better comment

This commit is contained in:
Andreas Preikschat 2011-06-25 15:23:49 +02:00
parent b12fd94f6e
commit 14e2ce6b64
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ def create_thumb(image_path, thumb_path, return_icon=True, size=None):
to ``True``.
``size``
Defaults to ``None``.
Allows to state a own size to use. Defaults to ``None``, which means
that a default height of 88 is used.
"""
ext = os.path.splitext(thumb_path)[1].lower()
reader = QtGui.QImageReader(image_path)