summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2013-10-01 00:44:16 -0500
committerKarl O. Pinc <kop@meme.com>2013-10-01 00:44:16 -0500
commitac7d1752e071fb7dadbfbf7f4bd1efadd3052b4f (patch)
treefb5ef3eace0477e0fa327c7885e751db9a3d7b9c
parent128d9d6cd92ddd50dfcdf14b12cc94a0902c0df1 (diff)
downloadpyramid-ac7d1752e071fb7dadbfbf7f4bd1efadd3052b4f.tar.gz
pyramid-ac7d1752e071fb7dadbfbf7f4bd1efadd3052b4f.tar.bz2
pyramid-ac7d1752e071fb7dadbfbf7f4bd1efadd3052b4f.zip
Docs: project.rst: Make the sentence more better.
-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 1b98271fb..e5da3b5c5 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -976,10 +976,10 @@ named ``views`` instead of within a single ``views.py`` file, you might:
*package*.)
- *Move* the existing ``views.py`` file to a file inside the new ``views``
- directory named, say, ``blog.py``. The template :term:`asset
+ directory named, say, ``blog.py``. Because the ``templates`` directory
+ remains in the ``myproject`` package the template :term:`asset
specification`s in ``blog.py`` must now be fully qualified with the
- project's package name (``myproject:templates/blog.pt``) since the
- ``templates`` directory remains in the ``myproject`` package.
+ project's package name (``myproject:templates/blog.pt``).
You can then continue to add view callable functions to the ``blog.py``
module, but you can also add other ``.py`` files which contain view callable