Skip to content

Commit 8f3ba0f

Browse files
Yun-Kimmergify[bot]Kyle-Verhoog
authored
chore[docs]: Tornado 5/6 support for Python 3.7+ (#2632)
* Fixed documentation error from Python 3.7 to 3.7+ * Fixed unclear comment. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Kyle Verhoog <[email protected]>
1 parent fcdc11b commit 8f3ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/contrib/tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Auto instrumentation is available using the ``patch`` function that **must be called before**
44
importing the tornado library.
55
6-
**Note:** Tornado 5 and 6 supported only for Python 3.7.
6+
**Note:** This integration requires Python 3.7 and above for Tornado 5 and 6.
77
88
The following is an example::
99

0 commit comments

Comments
 (0)