mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typos in comments and docs.
This commit is contained in:
committed by
Mariusz Felisiak
parent
090ca6512f
commit
fbb83fefd4
@@ -1677,7 +1677,7 @@ class UnprefixedDefaultLanguageTests(SimpleTestCase):
|
||||
def test_no_redirect_on_404(self):
|
||||
"""
|
||||
A request for a nonexistent URL shouldn't cause a redirect to
|
||||
/<defaut_language>/<request_url> when prefix_default_language=False and
|
||||
/<default_language>/<request_url> when prefix_default_language=False and
|
||||
/<default_language>/<request_url> has a URL match (#27402).
|
||||
"""
|
||||
# A match for /group1/group2/ must exist for this to act as a
|
||||
|
||||
Reference in New Issue
Block a user