aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
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):