summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrystian RosiƄski <krystian.rosinski@gmail.com>2017-05-01 17:24:47 +0200
committerGitHub <noreply@github.com>2017-05-01 17:24:47 +0200
commitd92c9cd1f2cacb295fbc87f7ba36f8b91ef35927 (patch)
tree22a388a7ffbeb5a69a267fcf3cc78b1a57a64d15 /docs
parente13a58dc371f8e721fbf06ab2ec57be11ae7a291 (diff)
downloadcherrypy-git-d92c9cd1f2cacb295fbc87f7ba36f8b91ef35927.tar.gz
Typo in Extend
Diffstat (limited to 'docs')
-rw-r--r--docs/extend.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extend.rst b/docs/extend.rst
index f718293b..385ce74b 100644
--- a/docs/extend.rst
+++ b/docs/extend.rst
@@ -181,7 +181,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 processed 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: