[3.0.x] Fixed typo in docs/ref/contrib/postgres/forms.txt.

Backport of d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa from master
This commit is contained in:
Eric Theise 2020-07-15 00:02:51 -07:00 committed by Mariusz Felisiak
parent 96b04f53c5
commit 419a78300f

View File

@ -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.