Fixed docstring typos.

This commit is contained in:
Offby-One Kenobi 2016-05-02 15:43:03 +00:00 committed by Tim Graham
parent 32969c3931
commit f2b2a35699
2 changed files with 2 additions and 2 deletions

View file

@ -2291,7 +2291,7 @@ class ModelOtherFieldTests(SimpleTestCase):
def test_modelform_non_editable_field(self):
"""
When explicitely including a non-editable field in a ModelForm, the
When explicitly including a non-editable field in a ModelForm, the
error message should be explicit.
"""
# 'created', non-editable, is excluded by default