aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/compat.py
diff options
context:
space:
mode:
authorTom Christie2013-09-25 10:36:08 +0100
committerTom Christie2013-09-25 10:36:08 +0100
commit1bd8fe415296739521fd2e75c0b604cbf3dd3a83 (patch)
treec62d9910ec6d5a6b543aa20393d5d13c90fe4fc5 /rest_framework/compat.py
parente441f85109e64345a12e65062fc0e51c5787e67f (diff)
downloaddjango-rest-framework-1bd8fe415296739521fd2e75c0b604cbf3dd3a83.tar.bz2
Whitespace fix
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 f048b10a..efd2581f 100644
--- a/rest_framework/compat.py
+++ b/rest_framework/compat.py
@@ -17,7 +17,7 @@ except ImportError:
import six
# Handle django.utils.encoding rename in 1.5 onwards.
-# smart_unicode -> smart_text
+# smart_unicode -> smart_text
# force_unicode -> force_text
try:
from django.utils.encoding import smart_text