diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-02 10:16:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-02 10:16:15 +0000 |
| commit | ce654964a6efb70310bb337f2974d76e7c847143 (patch) | |
| tree | 2ada3fe8c6c24bed0224b39f5fc770e6a748241b /docs/narr/extending.rst | |
| parent | e6855bbd24a006e729bacc343660e3001cae3919 (diff) | |
| download | pyramid-ce654964a6efb70310bb337f2974d76e7c847143.tar.gz pyramid-ce654964a6efb70310bb337f2974d76e7c847143.tar.bz2 pyramid-ce654964a6efb70310bb337f2974d76e7c847143.zip | |
Typo.
Diffstat (limited to 'docs/narr/extending.rst')
| -rw-r--r-- | docs/narr/extending.rst | 7 |
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, |
