aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2014-12-16 20:01:01 +0000
committerTom Christie2014-12-16 20:01:01 +0000
commit70bd3a32f7cf57543e8ec08fddf001a718e40c7f (patch)
tree5f75322cd369250247c7f1bf98f6232e2c4d1f52 /rest_framework
parentfe9647ce92b61b57dc64604241352bf269d65af7 (diff)
downloaddjango-rest-framework-70bd3a32f7cf57543e8ec08fddf001a718e40c7f.tar.bz2
Minor comment tweak
Diffstat (limited to 'rest_framework')
-rw-r--r--rest_framework/versioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/versioning.py b/rest_framework/versioning.py
index 9a27cb08..223d0f61 100644
--- a/rest_framework/versioning.py
+++ b/rest_framework/versioning.py
@@ -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):