summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/configuration.rst2
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