From 8160e6341d160607f7898ea4a9c389e84d547763 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 2 Jul 2013 17:52:54 +0100 Subject: [PATCH] Fix "semicolon" in docs --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::