Commit b582d52a by Kevin Wood

Fix docstring formatting

parent 78e8b1b0
...@@ -318,7 +318,10 @@ class TestCreateOnlyDefault: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment