This commit is contained in:
Tim Bentley 2013-07-11 21:40:42 +01:00
parent 972140f3ad
commit 355f662ec9
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def get_images_filter():
def is_not_image_file(file_name):
"""
Validate that the file is an image file.
Validate that the file is not an image file.
``file_name``
File name to be checked.