summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/configuration.rst')
-rw-r--r--docs/narr/configuration.rst10
1 files changed, 5 insertions, 5 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: