This commit is contained in:
Zach Wernberg 2017-04-17 12:59:16 +00:00 committed by GitHub
commit 2db52a665d

View File

@ -33,7 +33,7 @@ def method_overridden(method_name, klass, instance):
class Hyperlink(six.text_type): 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 We use this for hyperlinked URLs that may render as a named link
in some contexts, or render as a plain URL in others. in some contexts, or render as a plain URL in others.
""" """