diff options
| author | Tom Christie | 2013-08-21 21:35:17 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-21 21:35:17 +0100 |
| commit | f631f55f8ebdf3d4e478aa5ca435ad36e86bee0f (patch) | |
| tree | 88332de13099aef4c55ecca04a52dc47f66631a7 /rest_framework/compat.py | |
| parent | 16ffdedd14ed842eb019414566705d8b8392ea63 (diff) | |
| download | django-rest-framework-f631f55f8ebdf3d4e478aa5ca435ad36e86bee0f.tar.bz2 | |
Tweak comment
Diffstat (limited to 'rest_framework/compat.py')
| -rw-r--r-- | rest_framework/compat.py | 2 |
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: |
