mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
fixed typo with stringlike
This commit is contained in:
parent
119a073299
commit
d7cdb15743
|
@ -23,7 +23,7 @@ from rest_framework.utils import html
|
|||
|
||||
class Hyperlink(six.text_type):
|
||||
"""
|
||||
A string like object that additionally has an associated name.
|
||||
A stringlike object that additionally has an associated name.
|
||||
We use this for hyperlinked URLs that may render as a named link
|
||||
in some contexts, or render as a plain URL in others.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user