aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
diff options
context:
space:
mode:
authorFredrik Möllerstrand2014-01-09 15:39:37 +0000
committerFredrik Möllerstrand2014-01-09 15:41:20 +0000
commit82a48ca55e9ff10db3feafc2bf0489057a9b4a19 (patch)
tree930c2101252d91f4722bbdf705ff01700b87a68c /rest_framework/request.py
parent57c41b949d7afa65e8d396fb100722fa626e4b2a (diff)
downloaddjango-rest-framework-82a48ca55e9ff10db3feafc2bf0489057a9b4a19.tar.bz2
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 b883d0d4..adf63785 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