summaryrefslogtreecommitdiff
path: root/docs/api/httpexceptions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/httpexceptions.rst')
-rw-r--r--docs/api/httpexceptions.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/api/httpexceptions.rst b/docs/api/httpexceptions.rst
index 73da4126b..325d5af03 100644
--- a/docs/api/httpexceptions.rst
+++ b/docs/api/httpexceptions.rst
@@ -5,16 +5,14 @@
.. automodule:: pyramid.httpexceptions
- .. autofunction:: abort
-
- .. autofunction:: redirect
-
.. attribute:: status_map
A mapping of integer status code to exception class (eg. the
integer "401" maps to
:class:`pyramid.httpexceptions.HTTPUnauthorized`).
+ .. autofunction:: responsecode
+
.. autoclass:: HTTPException
.. autoclass:: HTTPOk