From ce654964a6efb70310bb337f2974d76e7c847143 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 10:16:15 +0000 Subject: Typo. --- docs/narr/extending.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 06883031b..321b43064 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -55,9 +55,10 @@ The general pattern for extending an application looks something like this: original application (e.g. ``python setup.py develop`` or ``python setup.py install``). -- Change the ``configure.zcml`` in the new package to the original - :mod:`repoze.bfg` application's ``configure.zcml`` via an include - statement, e.g. ````. +- Change the ``configure.zcml`` in the new package to include the + original :mod:`repoze.bfg` application's ``configure.zcml`` via an + include statement, e.g. ````. - On a line in the new package's ``configure.zcml`` file that falls after (XML-ordering-wise) the ``include`` of the original package, -- cgit v1.2.3