diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt index 14a3ad61de6..715b376ac9a 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.