summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/authentication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/authentication.txt b/docs/authentication.txt
index dc2e7c1475..2a61ec82b5 100644
--- a/docs/authentication.txt
+++ b/docs/authentication.txt
@@ -315,7 +315,7 @@ This example shows how you might use both ``authenticate()`` and ``login()``::
else:
# Return a 'disabled account' error message
else:
- # Return a 'invalid login' error message.
+ # Return an 'invalid login' error message.
How to log a user out
---------------------