Fix a typo

This commit is contained in:
Hans van Luttikhuizen 2016-04-29 10:16:39 +02:00
parent 88c80fe2e9
commit 2e18e5f64d

View File

@ -1329,7 +1329,7 @@ class FilePathField(ChoiceField):
def __init__(self, path, match=None, recursive=False, allow_files=True, def __init__(self, path, match=None, recursive=False, allow_files=True,
allow_folders=False, required=None, **kwargs): allow_folders=False, required=None, **kwargs):
# Defer to Django's FilePathField implmentation to get the # Defer to Django's FilePathField implementation to get the
# valid set of choices. # valid set of choices.
field = DjangoFilePathField( field = DjangoFilePathField(
path, match=match, recursive=recursive, allow_files=allow_files, path, match=match, recursive=recursive, allow_files=allow_files,