summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorJoe Dallago <jd.dallago@gmail.com>2011-03-25 00:17:23 -0500
committerJoe Dallago <jd.dallago@gmail.com>2011-03-25 00:17:23 -0500
commit8027adf1e2ffe4498c7eda9a698ed61bec8a8c04 (patch)
treea8944b860c10506521a07e6f67f7e5704f2fbd8c /docs/narr
parent758464303c00de745672d6c3e27566e3bc52859e (diff)
downloadpyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.tar.gz
pyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.tar.bz2
pyramid-8027adf1e2ffe4498c7eda9a698ed61bec8a8c04.zip
Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt
file, b/c the terminology change doesn't apply to version 1.0. Also changed the output of the paster create command in project.rst back to its original state.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 5b35f2363..b227c5d3a 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -119,7 +119,7 @@ project we name ``MyProject``:
.. code-block:: text
$ bin/paster create -t pyramid_starter
- Selected and implied scaffolds:
+ Selected and implied templates:
pyramid#pyramid_starter pyramid starter project
Enter project name: MyProject
@@ -127,7 +127,7 @@ project we name ``MyProject``:
egg: MyProject
package: myproject
project: MyProject
- Creating scaffold pyramid
+ Creating template pyramid
Creating directory ./MyProject
# ... more output ...
Running /Users/chrism/projects/pyramid/bin/python setup.py egg_info