summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/configuration.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 7e6a3267e..54ebe182d 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -123,8 +123,9 @@ The above script defines the following set of imports:
Like many other Python web frameworks, :mod:`repoze.bfg` uses the
:term:`WSGI` protocol to connect an application and a web server
together. The ``paste.httpserver`` server is used in this example as
-a WSGI server, purely for convenience. :mod:`repoze.bfg` applications
-can be served by any WSGI server.
+a WSGI server, purely for convenience, as ``Paste`` is a dependency of
+:mod:`repoze.bfg` itself; :mod:`repoze.bfg` applications can be served
+by any WSGI server.
The script also imports the ``Configurator`` class from the
``repoze.bfg.configuration`` module. This class is used to configure