summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-06 08:20:40 -0400
committerChris McDonough <chrism@plope.com>2013-08-06 08:20:40 -0400
commit3f503d0a30b487b590fc3e12834ce12d8ed0a25c (patch)
tree59a3057554ff3c1159cfef93512cad0dea20977a /docs
parenta5da4dbbb2f5876740004c5fc9ffb15ae600d35e (diff)
parent1670e45561674bed100583665eccce5e5284439f (diff)
downloadpyramid-3f503d0a30b487b590fc3e12834ce12d8ed0a25c.tar.gz
pyramid-3f503d0a30b487b590fc3e12834ce12d8ed0a25c.tar.bz2
pyramid-3f503d0a30b487b590fc3e12834ce12d8ed0a25c.zip
Merge branch 'master' of github.com:Pylons/pyramid
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 9d69a65a5..e25f3012a 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -1005,12 +1005,12 @@ Pyramid application based on the data in the file.
application. As we saw in :ref:`firstapp_chapter`, ``pserve`` needn't be
invoked at all to run a :app:`Pyramid` application. The use of ``pserve`` to
run a :app:`Pyramid` application is purely conventional based on the output
-of its scaffolding. But we strongly recommend using while developing your
-application, because many other convenience introspection commands (such as
-``pviews``, ``prequest``, ``proutes`` and others) are also implemented in
-terms of configuration availability of this ``.ini`` file format. It also
-configures Pyramid logging and provides the ``--reload`` switch for
-convenient restarting of the server when code changes.
+of its scaffolding. But we strongly recommend using ``pserve`` while
+developing your application, because many other convenience introspection
+commands (such as ``pviews``, ``prequest``, ``proutes`` and others) are also
+implemented in terms of configuration availability of this ``.ini`` file
+format. It also configures Pyramid logging and provides the ``--reload``
+switch for convenient restarting of the server when code changes.
.. _alternate_wsgi_server: