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:05:04 +0200
commit419a78300f7cd27611196e1e464d50fd0385ff27 (patch)
treeac059884ebd0bd7c356c372a60243958f4205b15
parent96b04f53c56d912b491cd06a3ec776e1195c6308 (diff)
[3.0.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 bb78e5bc05..62af575386 100644
--- a/docs/ref/contrib/postgres/forms.txt
+++ b/docs/ref/contrib/postgres/forms.txt
@@ -255,4 +255,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.