summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/forms.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib/postgres/forms.txt')
-rw-r--r--docs/ref/contrib/postgres/forms.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt
index b5effb520c..bb78e5bc05 100644
--- a/docs/ref/contrib/postgres/forms.txt
+++ b/docs/ref/contrib/postgres/forms.txt
@@ -15,8 +15,7 @@ Fields
.. class:: SimpleArrayField(base_field, delimiter=',', max_length=None, min_length=None)
- A simple field which maps to an array. It is represented by an HTML
- ``<input>``.
+ A field which maps to an array. It is represented by an HTML ``<input>``.
.. attribute:: base_field