mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 21:24:33 +03:00
Merge pull request #4130 from BenBrostoff/fix_doc_string_typos
Fix typos in ReturnDict and ReturnList docstrings
This commit is contained in:
commit
b58e28b99c
|
@ -10,7 +10,7 @@ from rest_framework.compat import unicode_to_repr
|
|||
|
||||
class ReturnDict(OrderedDict):
|
||||
"""
|
||||
Return object from `serialier.data` for the `Serializer` class.
|
||||
Return object from `serializer.data` for the `Serializer` class.
|
||||
Includes a backlink to the serializer instance for renderers
|
||||
to use if they need richer field information.
|
||||
"""
|
||||
|
@ -33,7 +33,7 @@ class ReturnDict(OrderedDict):
|
|||
|
||||
class ReturnList(list):
|
||||
"""
|
||||
Return object from `serialier.data` for the `SerializerList` class.
|
||||
Return object from `serializer.data` for the `SerializerList` class.
|
||||
Includes a backlink to the serializer instance for renderers
|
||||
to use if they need richer field information.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user