1
0
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:
Min ho Kim
2019-07-02 17:36:17 +10:00
committed by Mariusz Felisiak
parent 090ca6512f
commit fbb83fefd4
7 changed files with 7 additions and 7 deletions

View File

@@ -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