fixed typo with stringlike

This commit is contained in:
Zach Wernberg 2015-10-30 22:06:43 -05:00
parent 119a073299
commit d7cdb15743

View File

@ -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.
"""