summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-04-29 19:29:46 -0500
committerPatricio Paez <pp@pp.com.mx>2012-04-29 19:29:46 -0500
commit2bb472b31999b66ff89e9073aa99f2713f68ace3 (patch)
tree73864c5fc24fa587c28a7b96510b5adb423dde80 /docs/tutorials/wiki
parent9d9fb3abee31be7e44f09a095f108a8d21cef556 (diff)
downloadpyramid-2bb472b31999b66ff89e9073aa99f2713f68ace3.tar.gz
pyramid-2bb472b31999b66ff89e9073aa99f2713f68ace3.tar.bz2
pyramid-2bb472b31999b66ff89e9073aa99f2713f68ace3.zip
Normalize 'Make a project' on both wiki tutorials
Diffstat (limited to 'docs/tutorials/wiki')
-rw-r--r--docs/tutorials/wiki/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index d0f476610..868c99dee 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -130,9 +130,10 @@ Preparation, Windows
Make a Project
==============
-Your next step is to create a project. :app:`Pyramid` supplies a variety of
-:term:`scaffolds` to generate sample projects. For this tutorial, we will use the
-:term:`ZODB` -oriented scaffold named ``zodb``.
+Your next step is to create a project. For this tutorial, we will use the
+:term:`scaffold` named ``zodb``, which generates an application
+that uses :term:`ZODB` and :term:`traversal`. :app:`Pyramid`
+supplies a variety of scaffolds to generate sample projects.
The below instructions assume your current working directory is the
"virtualenv" named "pyramidtut".