summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 4f96448af..8fa4fbe9f 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -62,11 +62,12 @@ The included scaffolds are these:
.. note::
-Rather than use any of the above scaffolds, Pylons 1 users may feel more
-comfortable installing the :term:`Akhet` development environment, which
-provides a scaffold named ``akhet``. This scaffold configures a Pyramid
-application in a "Pylons-esque" way, including the use of a :term:`view
-handler` to map URLs to code (a handler is much like a Pylons "controller").
+ Rather than use any of the above scaffolds, Pylons 1 users may feel more
+ comfortable installing the :term:`Akhet` development environment, which
+ provides a scaffold named ``akhet``. This scaffold configures a Pyramid
+ application in a "Pylons-esque" way, including the use of a :term:`view
+ handler` to map URLs to code (a handler is much like a Pylons
+ "controller").
.. index::
single: creating a project