mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Minor comment tweak
This commit is contained in:
parent
fe9647ce92
commit
70bd3a32f7
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user