diff options
| -rw-r--r-- | rest_framework/request.py | 2 | 
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 | 
