mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added missing period to "etc.".
This commit is contained in:
parent
99d2469e75
commit
b34ff66e5b
16 changed files with 17 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue