summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-10-07 21:55:30 -0700
committerSteve Piercy <web@stevepiercy.com>2013-10-07 21:55:30 -0700
commit716bdf37573ee8ef295ac1d01a1e8ff96c4c0f43 (patch)
tree629f63bb854870a80dc5d11432055637639cf095 /docs
parentdcf44deaabc5b7e74bbd4bc84c885ec3556c45a5 (diff)
downloadpyramid-716bdf37573ee8ef295ac1d01a1e8ff96c4c0f43.tar.gz
pyramid-716bdf37573ee8ef295ac1d01a1e8ff96c4c0f43.tar.bz2
pyramid-716bdf37573ee8ef295ac1d01a1e8ff96c4c0f43.zip
- use clearer subject
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index fcce9fac4..8b7c24725 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -984,9 +984,9 @@ named ``views`` instead of within a single ``views.py`` file, you might:
can be empty. This just tells Python that the ``views`` directory is a
*package*.)
-- *Move* the existing ``views.py`` file to a file inside the new ``views``
- directory named, say, ``blog.py``. Because the ``templates`` directory
- remains in the ``myproject`` package, the template :term:`asset
+- *Move* the content from the existing ``views.py`` file to a file inside the
+ new ``views`` directory named, say, ``blog.py``. Because the ``templates``
+ directory remains in the ``myproject`` package, the template :term:`asset
specification` values in ``blog.py`` must now be fully qualified with the
project's package name (``myproject:templates/blog.pt``).