mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25668 -- Misc spelling errors
This commit is contained in:
@@ -143,7 +143,7 @@ class ExtractorTests(SerializeMixin, SimpleTestCase):
|
||||
|
||||
None can be passed for the line_number argument to skip checking of
|
||||
the :42 suffix part.
|
||||
A string token can also be pased as line_number, in which case it
|
||||
A string token can also be passed as line_number, in which case it
|
||||
will be searched in the template, and its line number will be used.
|
||||
A msgid is a suitable candidate.
|
||||
"""
|
||||
|
||||
@@ -1750,7 +1750,7 @@ class LocaleMiddlewareTests(TestCase):
|
||||
LANGUAGES=[
|
||||
('bg', 'Bulgarian'),
|
||||
('en-us', 'English'),
|
||||
('pt-br', 'Portugese (Brazil)'),
|
||||
('pt-br', 'Portuguese (Brazil)'),
|
||||
],
|
||||
MIDDLEWARE_CLASSES=[
|
||||
'django.middleware.locale.LocaleMiddleware',
|
||||
|
||||
Reference in New Issue
Block a user