summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-07-02 14:14:56 -0400
committerTim Graham <timograham@gmail.com>2013-07-02 14:16:22 -0400
commit5ecdf0eb9ccd47c102deb873a242ed40d1cf45cd (patch)
treef7aa4030daea2ee372e643324c7946b2029400f8 /docs/topics/forms
parent4c1029971e810cde32ee4cd489627239b9b1b6ed (diff)
[1.6.x] A couple more semicolon -> colon fixes; refs #18134.
Backport of 3632d289de from master.
Diffstat (limited to 'docs/topics/forms')
-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 7d5a0ed411..66461c80db 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -321,7 +321,7 @@ attributes, which can be useful in your templates:
.. versionchanged:: 1.6
This includes the form's :attr:`~django.forms.Form.label_suffix`. For
- example, the default ``label_suffix`` is a semicolon::
+ example, the default ``label_suffix`` is a colon::
<label for="id_email">Email address:</label>