From a8019cbf23340d2e9f6b66244e4c78a61bb2b23d Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 15 May 2020 10:21:56 +0200 Subject: [PATCH] revert genericize change --- tornado/httputil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/httputil.py b/tornado/httputil.py index 88020a47b..bd32cd0c4 100644 --- a/tornado/httputil.py +++ b/tornado/httputil.py @@ -520,7 +520,7 @@ class HTTPMessageDelegate(object): .. versionadded:: 4.0 """ - # TODO: generalize this class to avoid exposing the Union. + # TODO: genericize this class to avoid exposing the Union. def headers_received( self, start_line: Union["RequestStartLine", "ResponseStartLine"], -- 2.47.2