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

@ -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.