diff options
| -rw-r--r-- | docs/narr/configuration.rst | 10 | ||||
| -rw-r--r-- | docs/narr/firstapp.rst | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 4f26b092a..85e755c4a 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -87,10 +87,10 @@ referred to by the declaration itself. For example: return Response('Hello') The mere existence of configuration decoration doesn't cause any -configuration registration to be made. Before they have any effect on -the configuration of a :app:`Pyramid` application, a configuration -decoration within application code must be found through a process -known as a :term:`scan`. +configuration registration to be made. Before it hasany effect on the +configuration of a :app:`Pyramid` application, a configuration decoration +within application code must be found through a process known as a +:term:`scan`. The :class:`pyramid.view.view_config` decorator above adds an attribute to the ``hello`` function, making it available for a @@ -102,7 +102,7 @@ its subpackages for decorations when the scanning implies searching for configuration declarations in a package and its subpackages. For example: -.. topic:: Imperatively Starting A Scan +.. topic:: Starting A Scan .. code-block:: python :linenos: diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index b40faee3d..419bc41e5 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -336,4 +336,3 @@ see :class:`pyramid.config.Configurator` . For more information about :term:`view configuration`, see :ref:`views_chapter`. - |
