Minor format typo

This commit is contained in:
fjcapdevila 2014-06-10 12:43:59 -03:00
parent 5004b79c85
commit 3b8ba099a3

View file

@ -120,7 +120,7 @@ class ModelResultJsonMixin(object):
It is expected that sub-classes will defined a class field variable
``search_fields``, which should be a list of field names to search for.
..note:: As of version 3.1.3, ``search_fields`` is optional if sub-class
.. note:: As of version 3.1.3, ``search_fields`` is optional if sub-class
overrides ``get_results``.
"""