Commit 82a48ca5 by Fredrik Möllerstrand

fix docstring typos.

parent 57c41b94
...@@ -223,7 +223,7 @@ class Request(object): ...@@ -223,7 +223,7 @@ class Request(object):
def user(self, value): def user(self, value):
""" """
Sets the user on the current request. This is necessary to maintain 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. set in the login and logout functions.
""" """
self._user = value self._user = value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment