We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec5a27 commit 400d646Copy full SHA for 400d646
1 file changed
ddtrace/contrib/tornado/__init__.py
@@ -52,9 +52,9 @@ def blocking_method(self):
52
def notify(self):
53
# do something
54
55
-If you are overriding the `RequestHandler.on_finish` or `RequestHandler.log_exception`
56
-methods, you will need to call the super method to ensure the tracer's patched
57
-methods are called:
+If you are overriding the ``on_finish`` or ``log_exception`` methods on a
+``RequestHandler``, you will need to call the super method to ensure the
+tracer's patched methods are called::
58
59
class MainHandler(tornado.web.RequestHandler):
60
@tornado.gen.coroutine
0 commit comments