summaryrefslogtreecommitdiff
path: root/tests/apps
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:15 -0500
commitb34ff66e5bae3760273255fa5b2525eb21a5eb63 (patch)
treed3cf5e9ea9af2d34bc61122d6bf891553b55472f /tests/apps
parent99d2469e75f1567cbe5ee753563edb68cd51d74a (diff)
downloaddjango-b34ff66e5bae3760273255fa5b2525eb21a5eb63.tar.gz
Added missing period to "etc.".
Diffstat (limited to 'tests/apps')
-rw-r--r--tests/apps/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 198b0a92c4..af9ba0c6b9 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -397,7 +397,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.