summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index a3aacebce..ed96b8afe 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -845,4 +845,10 @@ Glossary
`WebTest <http://pythonpaste.org/webtest/>`_ is a package which can help
you write functional tests for your WSGI application.
+ WebError
+ WSGI middleware which can display debuggable traceback information in
+ the browser when an exception is raised by a Pyramid application. See
+ http://pypi.python.org/pypi/WebError .
+
+