From 799810caee1b9acb74950dbc5b0f003a386f8a38 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 23 Nov 2018 23:55:16 -0600 Subject: Better english --- docs/narr/startup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index baa31000d..eb255d527 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -74,7 +74,7 @@ Here's a high-level time-ordered overview of what happens when you press #. The application's entry point :ref:`found above `, 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 `. - The constructor is meant to return a :term:`router` instance, which is a :term:`WSGI` application. + The constructor should return a :term:`router` instance, which is a :term:`WSGI` application. For :app:`Pyramid` applications, the constructor is a function named ``main`` in the ``__init__.py`` file within the :term:`package` in which -- cgit v1.2.3