summaryrefslogtreecommitdiff
path: root/cherrypy
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy')
-rw-r--r--cherrypy/_cperror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cperror.py b/cherrypy/_cperror.py
index 1cd9fc20..c981fe30 100644
--- a/cherrypy/_cperror.py
+++ b/cherrypy/_cperror.py
@@ -142,7 +142,7 @@ class CherryPyException(Exception):
class TimeoutError(CherryPyException):
- """Exception raised when Response.timed_out is detected."""
+ """Exception suitable for signaling a response timeout."""
pass