summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 17:06:56 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 17:06:56 -0500
commit560fc32af458bd70c29d115706bb29639b7c03a5 (patch)
tree3d9556d7d9f3dc9b36453fb4f4233bbfdd335cab /docs
parent4290294af2be3353c8d5dd02e2c98736729dd9f3 (diff)
downloadpyramid-560fc32af458bd70c29d115706bb29639b7c03a5.tar.gz
pyramid-560fc32af458bd70c29d115706bb29639b7c03a5.tar.bz2
pyramid-560fc32af458bd70c29d115706bb29639b7c03a5.zip
less definitive article
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 782e7ac80..a096d8ca4 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -9,12 +9,12 @@ convenient to use a *template* to generate a basic :app:`Pyramid`
:term:`project`.
A project is a directory that contains at least one :term:`package`. You'll
-use the template to create a project, and you'll create your application
-logic within a package that lives inside the project. Even if your
-application is extremely simple, it is useful to place code that drives the
-application within a package, because a package is more easily extended with
-new code. An application that lives inside a package can also be distributed
-more easily than one which does not live within a package.
+use a template to create a project, and you'll create your application logic
+within a package that lives inside the project. Even if your application is
+extremely simple, it is useful to place code that drives the application
+within a package, because a package is more easily extended with new code.
+An application that lives inside a package can also be distributed more
+easily than one which does not live within a package.
:app:`Pyramid` comes with a variety of templates that you can use to generate
a project. Each template makes different configuration assumptions about