mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
fix docstring typos.
This commit is contained in:
commit
c6182b78e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user