From 23f1ff130c55b3c33ededb85480fc57b633d739d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Aug 2013 12:26:12 -0400 Subject: dammit, typo --- pyramid/httpexceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/httpexceptions.py b/pyramid/httpexceptions.py index e6ae6074d..fff17b2df 100644 --- a/pyramid/httpexceptions.py +++ b/pyramid/httpexceptions.py @@ -320,7 +320,7 @@ class HTTPOk(HTTPSuccessful): """ subclass of :class:`~HTTPSuccessful` - Indicates that the request has suceeded. + Indicates that the request has succeeded. code: 200, title: OK """ -- cgit v1.2.3