From fbf42997374321d395be9ff11a264954e0fcb70e Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 23 Nov 2018 23:54:06 -0600 Subject: Use present tense instead of future tense --- docs/narr/startup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 6c5fe8f60..baa31000d 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -76,7 +76,7 @@ Here's a high-level time-ordered overview of what happens when you press 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. - For :app:`Pyramid` applications, the constructor will be a function named + For :app:`Pyramid` applications, the constructor is a function named ``main`` in the ``__init__.py`` file within the :term:`package` in which your application lives. If this function succeeds, it will return a :app:`Pyramid` :term:`router` instance. Here's the contents of an example -- cgit v1.2.3