diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index df4daa5807..cad9f17380 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -525,7 +525,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``.
* ``input_type``: ``'password'``
* ``template_name``: ``'django/forms/widgets/password.html'``
- * Renders as: ````
+ * Renders as: ````
Takes one optional argument:
@@ -541,7 +541,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``.
* ``input_type``: ``'hidden'``
* ``template_name``: ``'django/forms/widgets/hidden.html'``
- * Renders as: ````
+ * Renders as: ````
Note that there also is a :class:`MultipleHiddenInput` widget that
encapsulates a set of hidden input elements.
@@ -553,7 +553,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``.
* ``input_type``: ``'text'``
* ``template_name``: ``'django/forms/widgets/date.html'``
- * Renders as: ````
+ * Renders as: ````
Takes same arguments as :class:`TextInput`, with one more optional argument:
@@ -572,7 +572,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``.
* ``input_type``: ``'text'``
* ``template_name``: ``'django/forms/widgets/datetime.html'``
- * Renders as: ````
+ * Renders as: ````
Takes same arguments as :class:`TextInput`, with one more optional argument:
@@ -595,7 +595,7 @@ These widgets make use of the HTML elements ``input`` and ``textarea``.
* ``input_type``: ``'text'``
* ``template_name``: ``'django/forms/widgets/time.html'``
- * Renders as: ````
+ * Renders as: ````
Takes same arguments as :class:`TextInput`, with one more optional argument:
@@ -623,7 +623,7 @@ Selector and checkbox widgets
-----------------------------
These widgets make use of the HTML elements ``