From bf89764a7e3ccab6133c9ad43b8d9af4f5c4083b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 16 Dec 2010 19:49:58 -0500 Subject: tweakage --- docs/narr/configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/narr/configuration.rst') 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: -- cgit v1.2.3