typo in the docs

This commit is contained in:
TankorSmash 2014-06-16 19:13:02 -04:00
parent e11f41ebc4
commit 544183f64f

View File

@ -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: