Commit d1a002a4 authored by David Binetti's avatar David Binetti Committed by Tim Graham
Browse files

[1.5.x] Fixed grammatical error in auth docs

Backport of 51b50c47 from master
parent 8904e9fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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