Fixed missing whitespace in error string.

This commit is contained in:
Jason Yan 2015-02-02 16:14:34 -08:00
parent 0a805d979d
commit 4b65e9e42b

View File

@ -177,7 +177,7 @@ class BaseSerializer(Field):
) )
assert hasattr(self, 'initial_data'), ( assert hasattr(self, 'initial_data'), (
'Cannot call `.is_valid()` as no `data=` keyword argument was' 'Cannot call `.is_valid()` as no `data=` keyword argument was '
'passed when instantiating the serializer instance.' 'passed when instantiating the serializer instance.'
) )