Fixed spelling mistakes in code and comments.

This commit is contained in:
james mike dupont 2017-01-19 05:00:41 -05:00 committed by Tim Graham
parent cecc079168
commit 7d20094996
7 changed files with 16 additions and 16 deletions

View file

@ -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('')