summaryrefslogtreecommitdiff
path: root/cherrypy
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-15 14:09:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-15 14:12:24 -0500
commitde0d1ea44744b37750915b9ba80d5b3d90de9f5e (patch)
treeeac68f7aa23bb1bce69bd46ae4051cad62aebf97 /cherrypy
parent1ef9283d7f9c616ff145317e264cc11e3f6b781e (diff)
downloadcherrypy-git-de0d1ea44744b37750915b9ba80d5b3d90de9f5e.tar.gz
Update documentation reflecting new conditions
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