summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/installation.rst
diff options
context:
space:
mode:
authorkenmanheimer <ken.manheimer@gmail.com>2011-11-08 15:02:46 -0800
committerkenmanheimer <ken.manheimer@gmail.com>2011-11-08 15:02:46 -0800
commit19799769801c2e0bdca18f6f1e7336c1a2a07eb6 (patch)
tree0cdc5298ac0e91eccded49e0784af13e6230452d /docs/tutorials/wiki/installation.rst
parente909e61f1b182fce547782f28855d01b6847ca5a (diff)
downloadpyramid-19799769801c2e0bdca18f6f1e7336c1a2a07eb6.tar.gz
pyramid-19799769801c2e0bdca18f6f1e7336c1a2a07eb6.tar.bz2
pyramid-19799769801c2e0bdca18f6f1e7336c1a2a07eb6.zip
Track change of the scaffolding file names, removing 'pyramid_' prefix.
Diffstat (limited to 'docs/tutorials/wiki/installation.rst')
-rw-r--r--docs/tutorials/wiki/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index c90306e73..330b17c86 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -224,7 +224,7 @@ On Windows:
c:\pyramidtut\tutorial> ..\Scripts\nosetests --cover-package=tutorial ^
--cover-erase --with-coverage
-Looks like the code in the ``pyramid_zodb`` scaffold for ZODB projects is
+Looks like the code in the ``zodb`` scaffold for ZODB projects is
missing some test coverage, particularly in the file named
``models.py``.
@@ -261,10 +261,10 @@ page. You can read more about the purpose of the icon at
:ref:`debug_toolbar`. It allows you to get information about your
application while you develop.
-Decisions the ``pyramid_zodb`` Scaffold Has Made For You
-========================================================
+Decisions the ``zodb`` Scaffold Has Made For You
+================================================
-Creating a project using the ``pyramid_zodb`` scaffold makes the following
+Creating a project using the ``zodb`` scaffold makes the following
assumptions:
- you are willing to use :term:`ZODB` as persistent storage