summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjaprogramer <japrogramer@yahoo.com>2015-11-02 21:45:46 -0600
committerTim Graham <timograham@gmail.com>2015-11-03 08:57:03 +0000
commited3e066cc157ed69f2697454540f7fb60cfcd308 (patch)
tree792a42770e04b15534290530086d2e25d9f5e373 /docs
parent306efc8e454cec9e522fda6528313c689fdf4dfd (diff)
[1.9.x] Fixed typo in docs/topics/auth/default.txt.
Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 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 d0e446faad..386b9ca6b5 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -951,7 +951,7 @@ All authentication views
This is a list with all the views ``django.contrib.auth`` provides. For
implementation details see :ref:`using-the-views`.
-.. function:: login(request, template_name=`registration/login.html`, redirect_field_name=, authentication_form, current_app, extra_context])
+.. function:: login(request, template_name=`registration/login.html`, redirect_field_name=, authentication_form, current_app, extra_context)
**URL name:** ``login``