[1.6.x] A couple more semicolon -> colon fixes; refs #18134.

Backport of 3632d289de from master.
This commit is contained in:
Tim Graham 2013-07-02 14:14:56 -04:00
parent 4c1029971e
commit 5ecdf0eb9c
3 changed files with 6 additions and 6 deletions

View file

@ -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()