diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-24 00:34:44 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-24 00:34:44 -0600 |
| commit | 2b306dcb80b9ec510c74f3baa1de2ca23339cfc3 (patch) | |
| tree | aae9c2f653c0998cadddee83b7f1de9ba8379da5 /docs/narr/startup.rst | |
| parent | 28d5c1c17f683a69345ddfe2a27b5c5aa2668d5a (diff) | |
| download | pyramid-2b306dcb80b9ec510c74f3baa1de2ca23339cfc3.tar.gz pyramid-2b306dcb80b9ec510c74f3baa1de2ca23339cfc3.tar.bz2 pyramid-2b306dcb80b9ec510c74f3baa1de2ca23339cfc3.zip | |
Read better
Diffstat (limited to 'docs/narr/startup.rst')
| -rw-r--r-- | docs/narr/startup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index eb255d527..29e5436fe 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -70,7 +70,7 @@ Here's a high-level time-ordered overview of what happens when you press #. The framework finds all :mod:`logging` related configuration in the ``.ini`` file and uses it to configure the Python standard library logging system for - this application. See :ref:`logging_config` for more information. + the application. See :ref:`logging_config` for more information. #. The application's entry point :ref:`found above <entry_point_discovery>`, usually the entry point referenced on the above mentioned ``use=`` line, is the application's *constructor*. It is passed the key/value parameters in :ref:`the application's .ini section <ini_section_discovery>`. |
