summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-02 17:47:17 -0400
committerChris McDonough <chrism@plope.com>2013-10-02 17:47:17 -0400
commitab2fedf7adaec0a56a69beed35312c88d7961c6c (patch)
tree83a49d859af4dca42e83c2397599a0b9de154b72 /docs/narr/project.rst
parent4122733091d0204b22d7acedfdf985caed17f93f (diff)
downloadpyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.tar.gz
pyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.tar.bz2
pyramid-ab2fedf7adaec0a56a69beed35312c88d7961c6c.zip
fix the docs build and get rid of stray references to Beaker
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index bfd00d3a0..9451f41b1 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -977,7 +977,7 @@ named ``views`` instead of within a single ``views.py`` file, you might:
- *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
- specification`s in ``blog.py`` must now be fully qualified with the
+ specification` values in ``blog.py`` must now be fully qualified with the
project's package name (``myproject:templates/blog.pt``).
You can then continue to add view callable functions to the ``blog.py``