1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added missing period to "etc.".

This commit is contained in:
pp
2016-01-10 17:48:16 +01:00
committed by Tim Graham
parent 99d2469e75
commit b34ff66e5b
16 changed files with 17 additions and 17 deletions

View File

@@ -1384,7 +1384,7 @@ class MiscTests(SimpleTestCase):
)
def test_support_for_deprecated_chinese_language_codes(self):
"""
Some browsers (Firefox, IE etc) use deprecated language codes. As these
Some browsers (Firefox, IE, etc.) use deprecated language codes. As these
language codes will be removed in Django 1.9, these will be incorrectly
matched. For example zh-tw (traditional) will be interpreted as zh-hans
(simplified), which is wrong. So we should also accept these deprecated