mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed spelling mistakes in comments and tests.
This commit is contained in:
parent
b6bb912e9c
commit
255d6a26a8
3 changed files with 26 additions and 26 deletions
|
@ -198,7 +198,7 @@ class ConversionExceptionTests(SimpleTestCase):
|
|||
with self.assertRaises(Resolver404):
|
||||
resolve('/dynamic/abc/')
|
||||
|
||||
def test_resolve_type_error_propogates(self):
|
||||
def test_resolve_type_error_propagates(self):
|
||||
@DynamicConverter.register_to_python
|
||||
def raises_type_error(value):
|
||||
raise TypeError('This type error propagates.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue