From f8fd38b56025a1fe18bfb7e12a982b35a4c7895a Mon Sep 17 00:00:00 2001 From: David Binetti Date: Sat, 13 Jul 2013 20:28:04 -0700 Subject: [PATCH] [1.6.x] Fixed grammatical error in auth docs Backport of 51b50c47c7 from master --- docs/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 9963ee518c..b7f679bf28 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 ` 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