summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-02-22 20:55:56 +0000
committerChris McDonough <chrism@agendaless.com>2010-02-22 20:55:56 +0000
commite0fc0b77839b2f6139377765a118e248d00d529f (patch)
treebfaa6dd10f5c2bc6dc191848eb7810ed724bc606 /docs
parent27d735c93ca849e14a086dfa00902f20deeb3248 (diff)
downloadpyramid-e0fc0b77839b2f6139377765a118e248d00d529f.tar.gz
pyramid-e0fc0b77839b2f6139377765a118e248d00d529f.tar.bz2
pyramid-e0fc0b77839b2f6139377765a118e248d00d529f.zip
Fixes from withers.
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 b6edb8bda..539429ab2 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -306,8 +306,8 @@ Windows).
single: startup
single: mod_wsgi
-Runnning The Project Application
---------------------------------
+Running The Project Application
+-------------------------------
Once a project is installed for development, you can run the
application it represents using the ``paster serve`` command against
@@ -507,10 +507,10 @@ indicates that this is an entry point *URI* specifier, where the
point refers to a ``app`` function in the ``mypackage.run``
module". If indeed if you open up the ``run.py`` module generated
within the ``myproject`` package, you'll see a ``app`` function.
- This is the function called :term:`PasteDeploy` when the ``paster
- serve`` command is invoked against our application. It accepts a
- global configuration object and *returns* an instance of our
- application.
+ This is the function called by :term:`PasteDeploy` when the
+ ``paster serve`` command is invoked against our application. It
+ accepts a global configuration object and *returns* an instance of
+ our application.
The ``use`` setting is the only setting required in the ``[app:main]``
section unless you've changed the callable referred to by the