summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-14 16:40:44 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-14 16:40:44 +0000
commite269f3722191d960a9d828fc3594532f85f74a7a (patch)
tree30e2ff772e289d75f95428a9877b51746fe49ac6 /docs/narr
parent3ea7c72a2eb1d11e4ce4762892ccefedb4673e92 (diff)
downloadpyramid-e269f3722191d960a9d828fc3594532f85f74a7a.tar.gz
pyramid-e269f3722191d960a9d828fc3594532f85f74a7a.tar.bz2
pyramid-e269f3722191d960a9d828fc3594532f85f74a7a.zip
Merge fixes from paper.
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/configuration.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 9d62593ef..0b0301c79 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -214,10 +214,10 @@ benefit being that applications configured declaratively can be
*overridden* and *extended* by third parties without requiring the
third party to change application code. If you want to build a
framework or an extensible application, using declarative
-configuration is a good idea. Declarative configuration has a down
-side: you can't use plain-old-Python syntax you probably already know
-and understand to configure your application; instead you need to use
-:term:`ZCML`.
+configuration is a good idea. Declarative configuration has an
+obvious downside: you can't use plain-old-Python syntax you probably
+already know and understand to configure your application; instead you
+need to use :term:`ZCML`.
.. note::