diff options
| author | Preston Holmes <preston@ptone.com> | 2013-07-02 11:08:33 -0700 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2013-07-02 11:08:33 -0700 |
| commit | ddf9ced5bc542c9ca9146450df752ed8ccdccc5f (patch) | |
| tree | cccf86bcbc028eb55fd8d95719a8f428412ba074 | |
| parent | 6c66a41c3dc697dc3bda4e31e8b05084d2ede915 (diff) | |
| parent | 8160e6341d160607f7898ea4a9c389e84d547763 (diff) | |
Merge pull request #1321 from bfirsh/semicolon-colon-docs
Fix "semicolon" in form docs
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
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> |
