From b34ff66e5bae3760273255fa5b2525eb21a5eb63 Mon Sep 17 00:00:00 2001 From: pp Date: Sun, 10 Jan 2016 17:48:16 +0100 Subject: Added missing period to "etc.". --- tests/apps/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/apps') 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. -- cgit v1.2.1