summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-03 04:40:52 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-03 04:40:52 +0000
commit87da9cd7594f9b95270087d24d816a51eaecf4a3 (patch)
tree8d3f99d4d589d0d1526ddffe0586ace477e4c2dd /docs
parent42393ff604cca9aa20daae56ea3fef21548c1551 (diff)
Fixed #8829: Corrected typo in docs/topics/forms/index.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 1b4650ef26..48b4b2b28c 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -188,7 +188,7 @@ can also :ref:`customize the way in which labels and ids are generated
<ref-forms-api-configuring-label>`.
You can also use ``form.as_table`` to output table rows (you'll need to provide
-your own ``<table>`` tags) and ``form.as_li`` to output list items.
+your own ``<table>`` tags) and ``form.as_ul`` to output list items.
Customizing the form template
-----------------------------