فهرست منبع

Fixed typo in tests/one_to_one/tests.py docstring.

Snow_Poijio 7 سال پیش
والد
کامیت
7a715b3881
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/one_to_one/tests.py

+ 1 - 1
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')