diff options
| author | Tom Christie | 2014-12-16 20:01:01 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-16 20:01:01 +0000 | 
| commit | 70bd3a32f7cf57543e8ec08fddf001a718e40c7f (patch) | |
| tree | 5f75322cd369250247c7f1bf98f6232e2c4d1f52 /rest_framework/versioning.py | |
| parent | fe9647ce92b61b57dc64604241352bf269d65af7 (diff) | |
| download | django-rest-framework-70bd3a32f7cf57543e8ec08fddf001a718e40c7f.tar.bz2 | |
Minor comment tweak
Diffstat (limited to 'rest_framework/versioning.py')
| -rw-r--r-- | rest_framework/versioning.py | 2 | 
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): | 
