summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 725263407..89cebd063 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -856,7 +856,7 @@ also informs Python that the directory which contains it is a *package*.
WSGI application. This function is meant to be called by the
:term:`PasteDeploy` framework as a result of running ``pserve``.
- Within this function, application configuration is performed.
+ The ``main`` function configures the application.
Line 7 opens a context manager with an instance of a :term:`Configurator`.