FIxed typo in docs/ref/contrib/postgres/forms.txt.

This commit is contained in:
Eric Theise 2020-07-15 00:02:51 -07:00 committed by GitHub
parent b502061027
commit d08e6f55e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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