]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
revert genericize change 2859/head
authormarc <Marc>
Fri, 15 May 2020 08:21:56 +0000 (10:21 +0200)
committermarc <Marc>
Fri, 15 May 2020 08:21:56 +0000 (10:21 +0200)
tornado/httputil.py

index 88020a47b29182516e7aa4713444275872050fed..bd32cd0c49cc2e369eed7a5724a8f0402f3a227d 100644 (file)
@@ -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"],