diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index 414156b56c..4dae8892ae 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -20,16 +20,16 @@ tutorial, so that the template contains an HTML ``
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 3a930d298c..802ba0055e 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -718,28 +718,34 @@ that specifies the template used to render each choice. For example, for the
.. code-block:: html+django
- {% for radio in myform.beatles %}
-
- {{ radio }}
-
- {% endfor %}
+
This would generate the following HTML:
.. code-block:: html
-