mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed typo in tests/i18n/tests.py comment.
This commit is contained in:
parent
ceb5f1c9bf
commit
408ed9fea4
1 changed files with 1 additions and 1 deletions
|
|
@ -1473,7 +1473,7 @@ class UnprefixedDefaultLanguageTests(SimpleTestCase):
|
|||
self.assertEqual(response.content, b'Yes')
|
||||
|
||||
def test_page_with_dash(self):
|
||||
# A page starting with /de* shouldn't match the 'de' langauge code.
|
||||
# A page starting with /de* shouldn't match the 'de' language code.
|
||||
response = self.client.get('/de-simple-page/')
|
||||
self.assertEqual(response.content, b'Yes')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue