From e269f3722191d960a9d828fc3594532f85f74a7a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 Jan 2010 16:40:44 +0000 Subject: Merge fixes from paper. --- docs/narr/configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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:: -- cgit v1.2.3