From: marc Date: Fri, 15 May 2020 08:21:56 +0000 (+0200) Subject: revert genericize change X-Git-Tag: v6.1.0b1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2859%2Fhead;p=thirdparty%2Ftornado.git revert genericize change --- 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"],