fix docstring typos.

This commit is contained in:
Fredrik Möllerstrand 2014-01-09 15:39:37 +00:00
parent 57c41b949d
commit 82a48ca55e

View File

@ -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