diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-24 07:10:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-24 07:10:34 -0500 |
| commit | c5c235cd4fcf4f4c3cbef992b1f92c5930bb4223 (patch) | |
| tree | dd3a11c4194884d199e93bece27b951c74a3f2de /tests/test_utils/tests.py | |
| parent | b3ebcb22a9d131d61241c0a15b7df32479367c91 (diff) | |
Fixed typo in test_utils comment.
Diffstat (limited to 'tests/test_utils/tests.py')
| -rw-r--r-- | tests/test_utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py index 3889ebf9ee..f515de5950 100644 --- a/tests/test_utils/tests.py +++ b/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. |
