From 7a715b38815a2a756f2d20c8c12675914a409f5b Mon Sep 17 00:00:00 2001 From: Snow_Poijio Date: Mon, 12 Feb 2018 22:44:49 +0900 Subject: [PATCH] Fixed typo in tests/one_to_one/tests.py docstring. --- tests/one_to_one/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')