diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-18 20:56:56 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-18 20:56:56 -0600 |
| commit | 9d194007b15c67698adf66c0b94aba1f617a7a6a (patch) | |
| tree | 42e74fb9c09517843d93f726bca4f483780e8c11 | |
| parent | d9e378525bdce3feab8d842fe73afc1a5462f8d4 (diff) | |
| download | pyramid-9d194007b15c67698adf66c0b94aba1f617a7a6a.tar.gz pyramid-9d194007b15c67698adf66c0b94aba1f617a7a6a.tar.bz2 pyramid-9d194007b15c67698adf66c0b94aba1f617a7a6a.zip | |
Simplify sentence
| -rw-r--r-- | docs/narr/project.rst | 2 |
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`. |
