diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-28 18:41:13 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-28 18:41:13 +0000 |
| commit | 13c63d38e60754f01b8a176772d81d880fb7b482 (patch) | |
| tree | d1e54e4a2d10e836c6dc42b3528ced0e0c7f85e8 /docs | |
| parent | 58ae2a548409b0a2a9e15114a8a9220dedfa293a (diff) | |
| download | pyramid-13c63d38e60754f01b8a176772d81d880fb7b482.tar.gz pyramid-13c63d38e60754f01b8a176772d81d880fb7b482.tar.bz2 pyramid-13c63d38e60754f01b8a176772d81d880fb7b482.zip | |
More fixes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 4a077c886..705e5aef5 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -688,7 +688,7 @@ tag for each document, every ZCML file used by :mod:`repoze.bfg` must contain a ``<configure>`` container tag, which acts as the root XML tag. Usually, the start tag of the ``<configure>`` container tag has a default namespace associated with it. In the file above, the -``xmlns="http:/namepaces.repoze.org/bfg"`` attribute of the +``xmlns="http://namepaces.repoze.org/bfg"`` attribute of the ``configure`` start tag names the default XML namespace, which is ``http://namespaces.repoze.org/bfg``. See :ref:`word_on_xml_namespaces` for more information about XML |
