summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 23:14:36 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-23 23:14:36 -0700
commit0c2141c78c85898c87495f040617699e79a49c04 (patch)
tree8c746bb257a311967eaa3f7524c941b2adc6a87b /docs
parent3a80546633185b64390b7779bab459a7e58f22c4 (diff)
downloadpyramid-0c2141c78c85898c87495f040617699e79a49c04.tar.gz
pyramid-0c2141c78c85898c87495f040617699e79a49c04.tar.bz2
pyramid-0c2141c78c85898c87495f040617699e79a49c04.zip
Removed repetitive and badly formed sentence
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index cdf57729d..34a641c4a 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -99,9 +99,8 @@ We'll choose the ``pyramid_starter`` scaffold for this purpose.
$ bin/paster create -t pyramid_starter
-The above command uses the ``paster`` command to create a project using the
-``pyramid_starter`` scaffold. The ``paster create`` command creates project
-from a scaffold. To use a different scaffold, such as
+The above command uses the ``paster create`` command to create a project with the
+``pyramid_starter`` scaffold. To use a different scaffold, such as
``pyramid_routesalchemy``, you'd just change the last argument. For example:
.. code-block:: text