diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 828033352ac..1dc57a1f7ef 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -516,7 +516,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:
@@ -532,7 +532,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.
@@ -544,7 +544,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:
@@ -563,7 +563,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:
@@ -586,7 +586,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:
@@ -614,7 +614,7 @@ Selector and checkbox widgets
-----------------------------
These widgets make use of the HTML elements ``