summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawouach <sh@defuze.org>2014-04-27 17:20:24 +0200
committerLawouach <sh@defuze.org>2014-04-27 17:20:24 +0200
commita0f34d4ffc510677bcffbd2c335559462d090731 (patch)
tree52288ac0bcf29d085923fa3c837dd4115e4b1752
parent843e43bd13500581fe5f7ce7cababc1510be313a (diff)
downloadcherrypy-a0f34d4ffc510677bcffbd2c335559462d090731.tar.gz
typo
-rw-r--r--sphinx/source/extend.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/source/extend.rst b/sphinx/source/extend.rst
index d1c366a5..131f5da9 100644
--- a/sphinx/source/extend.rst
+++ b/sphinx/source/extend.rst
@@ -167,7 +167,7 @@ to the transition changes of the `engine`.
In addition, a few other channels are also published to during
the request processing.
-- `before_request`: right before the request is process by CherryPy
+- `before_request`: right before the request is processed by CherryPy
- `after_request`: right after it has been processed
Also, from the :class:`cherrypy.process.plugins.ThreadManager` plugin: