diff options
| author | Chris McDonough <chrism@plope.com> | 2012-04-19 16:45:51 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-04-19 16:45:51 -0400 |
| commit | 0569f999db99e50ffd962eb06d51ec1fb4731181 (patch) | |
| tree | 664dda34fa0790ab7dda69d1867c67838ed82568 /docs/narr | |
| parent | 60ea901969e7ea87a68e7ca3da4032724ca90bb7 (diff) | |
| download | pyramid-0569f999db99e50ffd962eb06d51ec1fb4731181.tar.gz pyramid-0569f999db99e50ffd962eb06d51ec1fb4731181.tar.bz2 pyramid-0569f999db99e50ffd962eb06d51ec1fb4731181.zip | |
squash another reference to dotted name
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/startup.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 2a764b0ec..f5c741f52 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -59,11 +59,11 @@ Here's a high-level time-ordered overview of what happens when you press system for this application. See :ref:`logging_config` for more information. -#. The application's *constructor* named by the entry point reference or - dotted Python name on the ``use=`` line of the section representing your - :app:`Pyramid` application is passed the key/value parameters mentioned - within the section in which it's defined. The constructor is meant to - return a :term:`router` instance, which is a :term:`WSGI` application. +#. The application's *constructor* named by the entry point reference on the + ``use=`` line of the section representing your :app:`Pyramid` application + is passed the key/value parameters mentioned within the section in which + it's defined. The constructor is meant to return a :term:`router` + instance, which is a :term:`WSGI` application. For :app:`Pyramid` applications, the constructor will be a function named ``main`` in the ``__init__.py`` file within the :term:`package` in which |
