summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-19 16:43:31 -0400
committerChris McDonough <chrism@plope.com>2012-04-19 16:43:31 -0400
commit60ea901969e7ea87a68e7ca3da4032724ca90bb7 (patch)
treeed7e48cc9a5b693c7f251a85d7197a65e4a98393 /docs/narr/startup.rst
parent2b2451ad920af1defabd8b06509d2100f627dc3f (diff)
downloadpyramid-60ea901969e7ea87a68e7ca3da4032724ca90bb7.tar.gz
pyramid-60ea901969e7ea87a68e7ca3da4032724ca90bb7.tar.bz2
pyramid-60ea901969e7ea87a68e7ca3da4032724ca90bb7.zip
take out 'or dotted python name'
Diffstat (limited to 'docs/narr/startup.rst')
-rw-r--r--docs/narr/startup.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 8e28835af..2a764b0ec 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -42,8 +42,8 @@ Here's a high-level time-ordered overview of what happens when you press
``[pipeline:main]``, or ``[composite:main]`` in the ``.ini`` file. This
section represents the configuration of a :term:`WSGI` application that
will be served. If you're using a simple application (e.g.
- ``[app:main]``), the application :term:`entry point` or :term:`dotted
- Python name` will be named on the ``use=`` line within the section's
+ ``[app:main]``), the application's ``paste.app_factory`` :term:`entry
+ point` will be named on the ``use=`` line within the section's
configuration. If, instead of a simple application, you're using a WSGI
:term:`pipeline` (e.g. a ``[pipeline:main]`` section), the application
named on the "last" element will refer to your :app:`Pyramid` application.