Commit 544183f6 by TankorSmash

typo in the docs

parent e11f41eb
...@@ -187,7 +187,7 @@ class Field(object): ...@@ -187,7 +187,7 @@ class Field(object):
def field_to_native(self, obj, field_name): def field_to_native(self, obj, field_name):
""" """
Given and object and a field name, returns the value that should be Given an object and a field name, returns the value that should be
serialized for that field. serialized for that field.
""" """
if obj is None: if obj is None:
......
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