summaryrefslogtreecommitdiff
path: root/tests/one_to_one
diff options
context:
space:
mode:
authorSnow_Poijio <snow.poijio@gmail.com>2018-02-12 22:44:49 +0900
committerTim Graham <timograham@gmail.com>2018-02-12 08:44:49 -0500
commit7a715b38815a2a756f2d20c8c12675914a409f5b (patch)
tree1188e3acfdd08ebe0757153d3700747c09ff034a /tests/one_to_one
parent6d794fb76212bb8a62fe2cd97cff173054e1c626 (diff)
downloaddjango-7a715b38815a2a756f2d20c8c12675914a409f5b.tar.gz
Fixed typo in tests/one_to_one/tests.py docstring.
Diffstat (limited to 'tests/one_to_one')
-rw-r--r--tests/one_to_one/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/one_to_one/tests.py b/tests/one_to_one/tests.py
index a3c84a9980..78106ee5cf 100644
--- a/tests/one_to_one/tests.py
+++ b/tests/one_to_one/tests.py
@@ -162,7 +162,7 @@ class OneToOneTests(TestCase):
def test_create_models_m2m(self):
"""
- Modles are created via the m2m relation if the remote model has a
+ Models are created via the m2m relation if the remote model has a
OneToOneField (#1064, #1506).
"""
f = Favorites(name='Fred')