summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-03-13 17:19:18 -0700
committerPatricio Paez <pp@pp.com.mx>2012-03-13 17:19:18 -0700
commitc946fc7b717359cf26dab45a9b84f06f6c1bc466 (patch)
tree1f3c39d0360bf59e110b0b68ed0886bddcd13f54 /docs/narr/introduction.rst
parentfbe74a8b69cf319a29efe144a77f3a42edf1d3d6 (diff)
downloadpyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.tar.gz
pyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.tar.bz2
pyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.zip
Typos
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index d7e719bb1..8f7b17dc3 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -347,7 +347,7 @@ You can do this:
When this view callable is called by Pyramid, the ``{'a':1}`` dictionary will
be rendered to a response on your behalf. The string passed as ``renderer=``
above is an :term:`asset specification`. It is in the form
-``packagename:directoryname/filename.ext``. In this case, it names the
+``packagename:directoryname/filename.ext``. In this case, it refers to the
``mytemplate.pt`` file in the ``templates`` directory within the ``myapp``
Python package. Asset specifications are omnipresent in Pyramid: see
:ref:`intro_asset_specs` for more information.