Explorar o código

Fixed typo in test_utils comment.

Tim Graham %!s(int64=10) %!d(string=hai) anos
pai
achega
c5c235cd4f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test_utils/tests.py

+ 1 - 1
tests/test_utils/tests.py

@@ -775,7 +775,7 @@ class SecondUrls:
 
 class OverrideSettingsTests(TestCase):
 
-    # #21518 -- If neither override_settings nor a settings_changed receiver
+    # #21518 -- If neither override_settings nor a setting_changed receiver
     # clears the URL cache between tests, then one of test_first or
     # test_second will fail.