Fix typo in docstring

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-02-22 04:09:11 -04:00
parent 5c20a92f27
commit 3917ca667a

View File

@@ -18,7 +18,7 @@ class ExternalObjectListSerializerMixin(object):
external_object_list_pk_list_field
The source queryset can also be provided overriding the
.get_external_object_list() method.
.get_external_object_list_queryset() method.
"""
def __init__(self, *args, **kwargs):
super(ExternalObjectListSerializerMixin, self).__init__(*args, **kwargs)