aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/request.py')
-rw-r--r--rest_framework/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/request.py b/rest_framework/request.py
index 0a57d376..7267b368 100644
--- a/rest_framework/request.py
+++ b/rest_framework/request.py
@@ -96,7 +96,7 @@ class Request(object):
"""
Returns the content type header.
- This should be used instead of ``request.META.get('HTTP_CONTENT_TYPE')``,
+ This should be used instead of `request.META.get('HTTP_CONTENT_TYPE')`,
as it allows the content type to be overridden by using a hidden form
field on a form POST request.
"""