aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/settings.py')
-rw-r--r--rest_framework/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/settings.py b/rest_framework/settings.py
index 3cce26b1..ca5af86e 100644
--- a/rest_framework/settings.py
+++ b/rest_framework/settings.py
@@ -176,7 +176,7 @@ class APISettings(object):
For example:
from rest_framework.settings import api_settings
- print api_settings.DEFAULT_RENDERER_CLASSES
+ print(api_settings.DEFAULT_RENDERER_CLASSES)
Any setting with string import paths will be automatically resolved
and return the class, rather than the string literal.