From 7fb741cbd9dd2a67a11d3a84151bb735d540746c Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Mon, 4 Mar 2019 15:25:11 -0700 Subject: [PATCH] Remove twisted version comment in module docstring Let the documentation in `TwistedResolver` specify the minimum version. --- tornado/platform/twisted.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tornado/platform/twisted.py b/tornado/platform/twisted.py index 388163130..e563094a8 100644 --- a/tornado/platform/twisted.py +++ b/tornado/platform/twisted.py @@ -17,8 +17,6 @@ This module lets you run applications and libraries written for Twisted in a Tornado application. It can be used in two modes, depending on which library's underlying event loop you want to use. - -This module has been tested with Twisted versions 11.0.0 and newer. """ import socket -- 2.47.2