Fixed spelling errors in docs.

This commit is contained in:
Tim Graham 2015-01-11 13:24:13 -05:00
parent be158e3625
commit 28de5cd4de
3 changed files with 4 additions and 2 deletions

View file

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

View file

@ -162,7 +162,7 @@ This will load the template with the current engine without triggering the
multiple template engines machinery, which is usually the desired behavior.
Unlike previous solutions, this returns a :class:`django.template.Template`,
like :func:`~django.template.loader.get_template` used to in Django 1.7 and
earlier, avoiding all backwards-compatibilty problems.
earlier, avoiding all backwards-compatibility problems.
``get_template_from_string()``
------------------------------