summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-01 14:50:23 -0400
committerChris McDonough <chrism@plope.com>2011-04-01 14:50:23 -0400
commitb6333590ac4703007b51d0238473613a2e47e7a8 (patch)
treeb4c7226e4bc334cfe0cd3f8aa59b321430dab03b /docs/tutorials/wiki2
parent0b262906f14975a6e6158635ff7568e49c5258bb (diff)
parent10d5d38f9d16ebca4999837dfbc3b22a701e7756 (diff)
downloadpyramid-b6333590ac4703007b51d0238473613a2e47e7a8.tar.gz
pyramid-b6333590ac4703007b51d0238473613a2e47e7a8.tar.bz2
pyramid-b6333590ac4703007b51d0238473613a2e47e7a8.zip
Merge branch 'ppaez-zodb-tutorial'
Diffstat (limited to 'docs/tutorials/wiki2')
-rw-r--r--docs/tutorials/wiki2/definingviews.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst
index 874c49d4c..c5a452d11 100644
--- a/docs/tutorials/wiki2/definingviews.rst
+++ b/docs/tutorials/wiki2/definingviews.rst
@@ -262,7 +262,7 @@ to replicate within the body of this guide, however it is available `online
This CSS file will be accessed via
e.g. ``http://localhost:6543/static/pylons.css`` by virtue of the call to
-``add_static_view`` directive we've made in the ``__init__`` file. Any
+``add_static_view`` directive we've made in the ``__init__.py`` file. Any
number and type of static assets can be placed in this directory (or
subdirectories) and are just referred to by URL or by using the convenience
method ``static_url``