summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-16 19:49:58 -0500
committerChris McDonough <chrism@plope.com>2010-12-16 19:49:58 -0500
commitbf89764a7e3ccab6133c9ad43b8d9af4f5c4083b (patch)
tree434d16076d96a53a83efa24ec3b926a3c1fe501a /docs/narr/configuration.rst
parentae34bfa7d12a950b91b560cc053541748a1a11be (diff)
downloadpyramid-bf89764a7e3ccab6133c9ad43b8d9af4f5c4083b.tar.gz
pyramid-bf89764a7e3ccab6133c9ad43b8d9af4f5c4083b.tar.bz2
pyramid-bf89764a7e3ccab6133c9ad43b8d9af4f5c4083b.zip
tweakage
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: