aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
diff options
context:
space:
mode:
authorTom Christie2013-08-21 21:35:17 +0100
committerTom Christie2013-08-21 21:35:17 +0100
commitf631f55f8ebdf3d4e478aa5ca435ad36e86bee0f (patch)
tree88332de13099aef4c55ecca04a52dc47f66631a7 /rest_framework/compat.py
parent16ffdedd14ed842eb019414566705d8b8392ea63 (diff)
downloaddjango-rest-framework-f631f55f8ebdf3d4e478aa5ca435ad36e86bee0f.tar.bz2
Tweak comment
Diffstat (limited to 'rest_framework/compat.py')
-rw-r--r--rest_framework/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/compat.py b/rest_framework/compat.py
index 178a697f..66be96a6 100644
--- a/rest_framework/compat.py
+++ b/rest_framework/compat.py
@@ -10,7 +10,7 @@ import django
from django.core.exceptions import ImproperlyConfigured
from django.conf import settings
-# Try to import six from Django, fallback to included `six`.
+# Try to import six from Django, fallback to external `six` package.
try:
from django.utils import six
except ImportError: