summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/httpexceptions.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyramid/httpexceptions.py b/pyramid/httpexceptions.py
index d05e419a0..e6ae6074d 100644
--- a/pyramid/httpexceptions.py
+++ b/pyramid/httpexceptions.py
@@ -318,8 +318,9 @@ class HTTPSuccessful(HTTPException):
class HTTPOk(HTTPSuccessful):
"""
- Base class for exceptions with status codes in the 200s (successful
- responses)
+ subclass of :class:`~HTTPSuccessful`
+
+ Indicates that the request has suceeded.
code: 200, title: OK
"""