Minor comment tweak

This commit is contained in:
Tom Christie 2014-12-16 20:01:01 +00:00
parent fe9647ce92
commit 70bd3a32f7

View File

@ -56,7 +56,7 @@ class HostNameVersioning(BaseVersioning):
return match.group(1)
# We don't need to implement `reverse`, as the hostname will already be
# preserved as part of the standard `reverse` implementation.
# preserved as part of the REST framework `reverse` implementation.
class AcceptHeaderVersioning(BaseVersioning):