From 7d200949968002d2c2b4390953e8bda7153a49c9 Mon Sep 17 00:00:00 2001 From: james mike dupont Date: Thu, 19 Jan 2017 05:00:41 -0500 Subject: Fixed spelling mistakes in code and comments. --- tests/urlpatterns_reverse/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/urlpatterns_reverse') diff --git a/tests/urlpatterns_reverse/tests.py b/tests/urlpatterns_reverse/tests.py index efb30dc2ff..a7f7c2fcc8 100644 --- a/tests/urlpatterns_reverse/tests.py +++ b/tests/urlpatterns_reverse/tests.py @@ -391,7 +391,7 @@ class ResolverTests(SimpleTestCase): A Resolver404 is raised if resolving doesn't meet the basic requirements of a path to match - i.e., at the very least, it matches the root pattern '^/'. Never return None from resolve() to prevent a - TypeError from occuring later (#10834). + TypeError from occurring later (#10834). """ with self.assertRaises(Resolver404): resolve('') -- cgit v1.3