summaryrefslogtreecommitdiff
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:15 +0000
commit383e2e1c53f0d1f0d1c7f09bf2f548f83c53f549 (patch)
treefb2f942b6a3e8c254f489f3c724694503dd60204
parentd60208bbae37eefb569aa09efc8c34956b30ef71 (diff)
[1.8.x] Fixed typo in docs/topics/auth/default.txt.
Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master
-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 e42ea79bfe..c60e83df30 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -766,7 +766,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``