summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorPatricio Paez <nospam@pp.com.mx>2012-04-29 17:39:25 -0700
committerPatricio Paez <nospam@pp.com.mx>2012-04-29 17:39:25 -0700
commitacc1ba52f4d2f0ecda88676db85596534a838553 (patch)
tree73864c5fc24fa587c28a7b96510b5adb423dde80 /docs/tutorials/wiki2
parent9d9fb3abee31be7e44f09a095f108a8d21cef556 (diff)
parent2bb472b31999b66ff89e9073aa99f2713f68ace3 (diff)
downloadpyramid-acc1ba52f4d2f0ecda88676db85596534a838553.tar.gz
pyramid-acc1ba52f4d2f0ecda88676db85596534a838553.tar.bz2
pyramid-acc1ba52f4d2f0ecda88676db85596534a838553.zip
Merge pull request #590 from ppaez/docs
Normalize 'Make a project' on both wiki tutorials
Diffstat (limited to 'docs/tutorials/wiki2')
-rw-r--r--docs/tutorials/wiki2/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 40486057e..6589a1557 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -67,10 +67,10 @@ Preparation, Windows
Making a Project
================
-Your next step is to create a project. :app:`Pyramid` supplies a
-variety of scaffolds to generate sample projects. We will use the
-``alchemy`` scaffold, which generates an application
-that uses :term:`SQLAlchemy` and :term:`URL dispatch`.
+Your next step is to create a project. For this tutorial, we will use the
+:term:`scaffold` named ``alchemy``, which generates an application
+that uses :term:`SQLAlchemy` and :term:`URL dispatch`. :app:`Pyramid`
+supplies a variety of scaffolds to generate sample projects.
The below instructions assume your current working directory is the
"virtualenv" named "pyramidtut".