summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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