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:56:23 +0000
commita10cbbbc17d4244812ef713437fa44207fe1a223 (patch)
treece95e7c134cd3b44b24435106a46454a7de91565 /docs
parenta449b7ef99efdbb5edc8b4aacc89eb6020145dd3 (diff)
Fixed typo in docs/topics/auth/default.txt.
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 5cef47589d..5ba0b67774 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -935,7 +935,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``