Parcourir la source

Merge pull request #1357 from dbinetti/patch-1

Fixed grammatical error in auth docs
Tim Graham il y a 11 ans
Parent
commit
0d81fd0e5f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/topics/auth/default.txt

+ 1 - 1
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