summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpp <pp@users.noreply.github.com>2016-01-10 17:48:16 +0100
committerTim Graham <timograham@gmail.com>2016-01-11 18:05:56 -0500
commit1cbc556bcee57c1d2cbbbe3e6ce3b8d9949f186f (patch)
treeb494f9bc739fef040e013e1cde9bc9e48b1c880d /tests
parent27ef6403c8b9f332feb1f9fe52053ded0b91da85 (diff)
[1.9.x] Added missing period to "etc.".
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
Diffstat (limited to 'tests')
-rw-r--r--tests/apps/tests.py2
-rw-r--r--tests/i18n/tests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index a04a4a8dec..b9915354a2 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -396,7 +396,7 @@ class NamespacePackageAppTests(SimpleTestCase):
A Py3.3+ namespace package with multiple locations cannot be an app.
(Because then we wouldn't know where to load its templates, static
- assets, etc from.)
+ assets, etc. from.)
"""
# Temporarily add two directories to sys.path that both contain
# components of the "nsapp" package.
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py
index 667451119d..912ee8d1fb 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -1380,7 +1380,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