From ebe4a2418ca55533fc7d20ac57f2cf727318b23d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Nov 2018 12:07:06 -0600 Subject: Link to "settings" golssary term at first occurance in narrative docs --- docs/narr/firstapp.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 917482976..6769c0d38 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -190,9 +190,8 @@ WSGI Application Creation After configuring views and ending configuration, the script creates a WSGI *application* via the :meth:`pyramid.config.Configurator.make_wsgi_app` method. -A call to ``make_wsgi_app`` implies that all configuration is finished -(meaning all method calls to the configurator, which sets up views and various -other configuration settings, have been performed). The ``make_wsgi_app`` +A call to ``make_wsgi_app`` implies that all configuration is finished (meaning all method calls to the configurator, which sets up views and various other configuration :term:`settings`, have been performed). +The ``make_wsgi_app`` method returns a :term:`WSGI` application object that can be used by any WSGI server to present an application to a requestor. :term:`WSGI` is a protocol that allows servers to talk to Python applications. We don't discuss -- cgit v1.2.3