We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ee1b5 commit 196e71dCopy full SHA for 196e71d
Doc/library/http.server.rst
@@ -79,9 +79,8 @@ handler. Code to create and run the server looks like this::
79
password=None, alpn_protocols=None)
80
81
This class is identical to :class:`HTTPSServer` but uses threads to handle
82
- requests by using the :class:`~socketserver.ThreadingMixIn`. This is
83
- analogue of :class:`ThreadingHTTPServer` class only using
84
- :class:`HTTPSServer`.
+ requests by inheriting from :class:`~socketserver.ThreadingMixIn`. This is
+ analogous to :class:`ThreadingHTTPServer` only using :class:`HTTPSServer`.
85
86
.. versionadded:: next
87
0 commit comments