Fix docstring formatting

This commit is contained in:
Kevin Wood 2015-02-28 13:06:47 -08:00
parent 78e8b1b010
commit b582d52afb

View File

@ -318,7 +318,10 @@ class TestCreateOnlyDefault:
} }
def test_create_only_default_callable_sets_context(self): def test_create_only_default_callable_sets_context(self):
""" CreateOnlyDefault instances with a callable default should set_context on the callable if possible """ """
CreateOnlyDefault instances with a callable default should set_context
on the callable if possible
"""
class TestCallableDefault: class TestCallableDefault:
def set_context(self, serializer_field): def set_context(self, serializer_field):
self.field = serializer_field self.field = serializer_field