aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
diff options
context:
space:
mode:
authorTom Christie2014-01-09 07:51:02 -0800
committerTom Christie2014-01-09 07:51:02 -0800
commitc6182b78e583c4c3eef0a172d1711b9268722cf1 (patch)
treeb6d7e9fc220b80071f85510d7994ab82a69fc7a3 /rest_framework/request.py
parent05c396cfa15138b56bf8617f4667fc41e80be104 (diff)
parent82a48ca55e9ff10db3feafc2bf0489057a9b4a19 (diff)
downloaddjango-rest-framework-c6182b78e583c4c3eef0a172d1711b9268722cf1.tar.bz2
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
fix docstring typos.
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 fcea2508..d1f04ec5 100644
--- a/rest_framework/request.py
+++ b/rest_framework/request.py
@@ -223,7 +223,7 @@ class Request(object):
def user(self, value):
"""
Sets the user on the current request. This is necessary to maintain
- compatilbility with django.contrib.auth where the user proprety is
+ compatibility with django.contrib.auth where the user property is
set in the login and logout functions.
"""
self._user = value