diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 49a0f15c2f..7eaf346b5c 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -423,9 +423,9 @@ type="text">``.
In most cases, the field will have a sensible default widget. For example, by
default, a :class:`CharField` will have a :class:`TextInput` widget, that
-produces an ```` in the HTML. If you needed
-```` instead, you'd specify the appropriate widget when
-defining your form field, as we have done for the ``message`` field.
+produces an ```` in the HTML. If you needed ``