mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed spelling mistakes in code and comments.
This commit is contained in:
parent
cecc079168
commit
7d20094996
7 changed files with 16 additions and 16 deletions
|
@ -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('')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue