summaryrefslogtreecommitdiff
path: root/docs/ref/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:14:56 -0400
commit3632d289dedc2e83cde1976e5a4cd00b08c799ee (patch)
treea986820f3b6030bd1bd32e211e3cdbbc017c8b8e /docs/ref/forms
parentddf9ced5bc542c9ca9146450df752ed8ccdccc5f (diff)
A couple more semicolon -> colon fixes; refs #18134.
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt
index 3c17827800..aa19719a68 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -661,7 +661,7 @@ additional attributes for the ``<label>`` tag.
.. versionchanged:: 1.6
The label now includes the form's :attr:`~django.forms.Form.label_suffix`
- (a semicolon, by default).
+ (a colon, by default).
.. method:: BoundField.css_classes()