summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-23 23:14:31 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-23 23:48:16 -0600
commit641a788dc61acf2efb91f4d2a196cb585d89a47b (patch)
treee6a8e6d7d6b9ac19b114325285f90e0ca651c3bc
parent57c9362fb214e926f535961f3a78c54e0cce15ba (diff)
downloadpyramid-641a788dc61acf2efb91f4d2a196cb585d89a47b.tar.gz
pyramid-641a788dc61acf2efb91f4d2a196cb585d89a47b.tar.bz2
pyramid-641a788dc61acf2efb91f4d2a196cb585d89a47b.zip
Rework sentence to simplify
-rw-r--r--docs/narr/startup.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 17926c716..7ce36f05e 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -48,9 +48,9 @@ Here's a high-level time-ordered overview of what happens when you press
the format.
#. The :term:`PasteDeploy` finds a section named either ``[app:main]``,
- ``[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
+ ``[pipeline:main]``, or ``[composite:main]`` in the ``.ini`` file.
+ This section becomes the ``ini`` section for the :term:`WSGI` webserver portion of your application -- the part ``Pyramid`` was built to help with.
+ If you're using a simple application (e.g., ``[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