summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
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
"""