diff options
| author | Tom Christie | 2014-01-09 07:51:02 -0800 |
|---|---|---|
| committer | Tom Christie | 2014-01-09 07:51:02 -0800 |
| commit | c6182b78e583c4c3eef0a172d1711b9268722cf1 (patch) | |
| tree | b6d7e9fc220b80071f85510d7994ab82a69fc7a3 | |
| parent | 05c396cfa15138b56bf8617f4667fc41e80be104 (diff) | |
| parent | 82a48ca55e9ff10db3feafc2bf0489057a9b4a19 (diff) | |
| download | django-rest-framework-c6182b78e583c4c3eef0a172d1711b9268722cf1.tar.bz2 | |
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
fix docstring typos.
| -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 fcea2508..d1f04ec5 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 |
