summaryrefslogtreecommitdiff
path: root/tests/model_forms
diff options
context:
space:
mode:
authorOffby-One Kenobi <gunbei@10xengineers.org>2016-05-02 15:43:03 +0000
committerTim Graham <timograham@gmail.com>2016-05-02 11:43:03 -0400
commitf2b2a35699332108ef6f91abe296b35e0a9579bc (patch)
tree93730c43a8228741bd4097a72719fa4d32878cf9 /tests/model_forms
parent32969c3931dea8488ee4ad2849eab43e31e5542e (diff)
Fixed docstring typos.
Diffstat (limited to 'tests/model_forms')
-rw-r--r--tests/model_forms/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py
index 56a5bad781..193b5e1fda 100644
--- a/tests/model_forms/tests.py
+++ b/tests/model_forms/tests.py
@@ -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