summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
-----------------------------