summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Theise <erictheise@gmail.com>2020-07-15 00:02:51 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-07-15 09:04:11 +0200
commitac699ba647e5d8d764dae1d9cca0562d421ddee2 (patch)
tree31ec76bcf514c787e5571ac28ea7d55929178f10
parentdda8a2aa1d31a4dc818a6950565811c7f32d352a (diff)
[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.
Backport of d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa from master
-rw-r--r--docs/ref/contrib/postgres/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt
index 14a3ad61de..715b376ac9 100644
--- a/docs/ref/contrib/postgres/forms.txt
+++ b/docs/ref/contrib/postgres/forms.txt
@@ -244,4 +244,4 @@ Widgets
Takes a single "compressed" value of a field, for example a
:class:`~django.contrib.postgres.fields.DateRangeField`,
- and returns a tuple representing and lower and upper bound.
+ and returns a tuple representing a lower and upper bound.