From 0c93e5f878f3c955e2f146807b6b80c29b1d41d5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Aug 2013 12:25:25 -0400 Subject: fix httpok docstring --- pyramid/httpexceptions.py | 5 +++-- 1 file 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 """ -- cgit v1.2.3