diff options
| author | pp <pp@users.noreply.github.com> | 2016-01-10 17:48:16 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-11 18:05:56 -0500 |
| commit | 1cbc556bcee57c1d2cbbbe3e6ce3b8d9949f186f (patch) | |
| tree | b494f9bc739fef040e013e1cde9bc9e48b1c880d /tests/apps/tests.py | |
| parent | 27ef6403c8b9f332feb1f9fe52053ded0b91da85 (diff) | |
[1.9.x] Added missing period to "etc.".
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
Diffstat (limited to 'tests/apps/tests.py')
| -rw-r--r-- | tests/apps/tests.py | 2 |
1 files changed, 1 insertions, 1 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. |
