diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-28 03:58:36 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-28 03:58:36 -0500 |
| commit | d3988b59c7f515d317dedc4e031cc19f19e8bd25 (patch) | |
| tree | 7bdd74f900b95c306de3db44b25c2f235ac8684b | |
| parent | f8bfc6ceed3b6d059749c4baf2feec71a8211694 (diff) | |
| download | pyramid-d3988b59c7f515d317dedc4e031cc19f19e8bd25.tar.gz pyramid-d3988b59c7f515d317dedc4e031cc19f19e8bd25.tar.bz2 pyramid-d3988b59c7f515d317dedc4e031cc19f19e8bd25.zip | |
fix bad numbering
| -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 eb8867c6b..ea0045ca7 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -709,7 +709,7 @@ also informs Python that the directory which contains it is a *package*. #. Line 1 imports the :term:`Configurator` class from :mod:`pyramid.config` that we use later. -#. Lines 3-16 define a function named ``main`` that returns a :app:`Pyramid` +#. Lines 3-10 define a function named ``main`` that returns a :app:`Pyramid` WSGI application. This function is meant to be called by the :term:`PasteDeploy` framework as a result of running ``pserve``. |
