summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-01 14:40:23 -0400
committerChris McDonough <chrism@plope.com>2011-04-01 14:40:23 -0400
commit10d5d38f9d16ebca4999837dfbc3b22a701e7756 (patch)
treeb4c7226e4bc334cfe0cd3f8aa59b321430dab03b /docs/tutorials/wiki2
parent0b262906f14975a6e6158635ff7568e49c5258bb (diff)
parent04ecdb323383a92f00e146be87c91e0f2a7f0281 (diff)
downloadpyramid-10d5d38f9d16ebca4999837dfbc3b22a701e7756.tar.gz
pyramid-10d5d38f9d16ebca4999837dfbc3b22a701e7756.tar.bz2
pyramid-10d5d38f9d16ebca4999837dfbc3b22a701e7756.zip
Merge branch 'zodb-tutorial' of https://github.com/ppaez/pyramid into 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``