diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-11 13:24:13 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-11 13:24:13 -0500 |
| commit | 28de5cd4de3ddacf67af40c6b31d4fefd85f31f8 (patch) | |
| tree | 62b01130b9c882d2b3b827e7c5d74d193268f8fd /docs/ref/contrib/postgres | |
| parent | be158e36251df0b07556657da47cdaf10913c57a (diff) | |
Fixed spelling errors in docs.
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index f4fae93da0..a06cefd162 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -651,7 +651,7 @@ types. .. attribute:: form_field - The form field class to use. Should be a sublcass of + The form field class to use. Should be a subclass of :class:`django.contrib.postgres.forms.BaseRangeField`. .. class:: django.contrib.postgres.forms.BaseRangeField |
