diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-22 14:46:42 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-22 14:46:42 -0400 |
| commit | 37ea3cb03e80de80380009a7a7939bc48d75abe9 (patch) | |
| tree | b688212a1d73ded31286d787cb4ca4d7e069c3a5 /tests/middleware | |
| parent | c08f85fd547a3030cca7ac227e3378d70033e517 (diff) | |
Fixed "URLconf" spelling in code comments.
Diffstat (limited to 'tests/middleware')
| -rw-r--r-- | tests/middleware/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/middleware/tests.py b/tests/middleware/tests.py index 6e1bbaf772..328073b8ac 100644 --- a/tests/middleware/tests.py +++ b/tests/middleware/tests.py @@ -151,7 +151,7 @@ class CommonMiddlewareTest(SimpleTestCase): self.assertEqual(r.url, 'http://www.testserver/slash/') - # The following tests examine expected behavior given a custom urlconf that + # The following tests examine expected behavior given a custom URLconf that # overrides the default one through the request object. @override_settings(APPEND_SLASH=True) |
