We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdc11b commit 8f3ba0fCopy full SHA for 8f3ba0f
ddtrace/contrib/tornado/__init__.py
@@ -3,7 +3,7 @@
3
Auto instrumentation is available using the ``patch`` function that **must be called before**
4
importing the tornado library.
5
6
-**Note:** Tornado 5 and 6 supported only for Python 3.7.
+**Note:** This integration requires Python 3.7 and above for Tornado 5 and 6.
7
8
The following is an example::
9
0 commit comments