Fix "semicolon" in docs

This commit is contained in:
Ben Firshman 2013-07-02 17:52:54 +01:00
parent 6c66a41c3d
commit 8160e6341d
1 changed files with 1 additions and 1 deletions

View File

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