From 21bff45c53e06d283518265b5381450b2f188944 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 24 Nov 2018 09:18:53 -0600 Subject: Add "constructor" glossary entry --- docs/narr/startup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index af9415cc9..0b3680bca 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -78,7 +78,7 @@ Here's a high-level time-ordered overview of what happens when you press file and uses it to configure the Python standard library logging system for the application. See :ref:`logging_config` for more information. -#. The application's entry point, usually the entry point referenced on the :ref:`above mentioned ` ``use=`` line, is the application's *constructor*. +#. The application's entry point, usually the entry point referenced on the :ref:`above mentioned ` ``use=`` line, is the application's :term:`constructor`. It is passed the key/value parameters in :ref:`the application's .ini section `. The constructor should return a :term:`router` instance, which is a :term:`WSGI` application. -- cgit v1.2.3