From 4f7328ce8a35160d155c41d362c3d674f8ef4d2d Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Mon, 12 Aug 2019 20:53:36 +1000 Subject: Corrected multiple typos. --- tests/urlpatterns/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/urlpatterns') diff --git a/tests/urlpatterns/tests.py b/tests/urlpatterns/tests.py index 214739f678..3c41104506 100644 --- a/tests/urlpatterns/tests.py +++ b/tests/urlpatterns/tests.py @@ -35,7 +35,7 @@ class SimplifiedURLTests(SimpleTestCase): self.assertEqual(match.kwargs, {'year': 2015}) self.assertEqual(match.route, 'articles//') - def test_path_lookup_with_multiple_paramaters(self): + def test_path_lookup_with_multiple_parameters(self): match = resolve('/articles/2015/04/12/') self.assertEqual(match.url_name, 'articles-year-month-day') self.assertEqual(match.args, ()) -- cgit v1.3