summaryrefslogtreecommitdiff
path: root/docs/narr/extending.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-02 10:16:15 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-02 10:16:15 +0000
commitce654964a6efb70310bb337f2974d76e7c847143 (patch)
tree2ada3fe8c6c24bed0224b39f5fc770e6a748241b /docs/narr/extending.rst
parente6855bbd24a006e729bacc343660e3001cae3919 (diff)
downloadpyramid-ce654964a6efb70310bb337f2974d76e7c847143.tar.gz
pyramid-ce654964a6efb70310bb337f2974d76e7c847143.tar.bz2
pyramid-ce654964a6efb70310bb337f2974d76e7c847143.zip
Typo.
Diffstat (limited to 'docs/narr/extending.rst')
-rw-r--r--docs/narr/extending.rst7
1 files changed, 4 insertions, 3 deletions
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. ``<include package="theoriginalapplication"/>``.
+- 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. ``<include
+ package="theoriginalapplication"/>``.
- On a line in the new package's ``configure.zcml`` file that falls
after (XML-ordering-wise) the ``include`` of the original package,