Chris McDonough
2013-01-18 ba35f87aba776ae660532ec5d48a6c6b9d17c53f
Merge pull request #800 from tshepang/flow2

improve flow
1 files modified
4 ■■■■ changed files
docs/narr/firstapp.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/firstapp.rst
@@ -194,8 +194,8 @@
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 set up views,
and various other configuration settings have been performed).  The
finished (meaning all method calls to the configurator, which sets up views
and various other configuration 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