Browse Source

s/teh/the

printer
Maxime Bombar 7 years ago
committed by root
parent
commit
c16655b7a4
  1. 2
      api/serializers.py

2
api/serializers.py

@ -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…
Cancel
Save