diff options
| author | Eric Theise <erictheise@gmail.com> | 2020-07-15 00:02:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 09:02:51 +0200 |
| commit | d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa (patch) | |
| tree | 79375925bb5c3a5c8c140670ee931772950cf5ed /docs | |
| parent | b502061027b90499f2e20210f944292cecd74d24 (diff) | |
FIxed typo in docs/ref/contrib/postgres/forms.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/forms.txt | 2 |
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. |
