summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Binetti <dbinetti@gmail.com>2013-07-13 20:28:04 -0700
committerTim Graham <timograham@gmail.com>2013-07-14 12:35:58 -0400
commitd1a002a44c6dc7569f5ef08fdb1f823a49758470 (patch)
treea14d80f110e9a6314bb943edc348098abe309d9e /docs
parent8904e9fb98eaa94fd38e28706e2fe6786d3adc70 (diff)
[1.5.x] Fixed grammatical error in auth docs
Backport of 51b50c47c7 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 3234b53e55..657e25a537 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -318,7 +318,7 @@ If you have an authenticated user you want to attach to the current session
which authentication backend successfully authenticated that user (see the
:ref:`backends documentation <authentication-backends>` for details), and
this information is needed later during the login process. An error will be
- raise if you try to login a user object retrieved from the database
+ raised if you try to login a user object retrieved from the database
directly.
How to log a user out