mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 20:33:11 +00:00
s/teh/the
This commit is contained in:
parent
71831c1483
commit
c16655b7a4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class NamespacedHRField(serializers.HyperlinkedRelatedField):
|
|||
|
||||
class NamespacedHIField(serializers.HyperlinkedIdentityField):
|
||||
"""A `rest_framework.serializers.HyperlinkedIdentityField` subclass to
|
||||
automatically prefix view names with teh API namespace.
|
||||
automatically prefix view names with the API namespace.
|
||||
"""
|
||||
|
||||
def __init__(self, view_name=None, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue