Skip to content

Commit 196e71d

Browse files
donBarbospicnixz
andauthored
Update Doc/library/http.server.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 85ee1b5 commit 196e71d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/http.server.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ handler. Code to create and run the server looks like this::
7979
password=None, alpn_protocols=None)
8080
8181
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`.
82+
requests by inheriting from :class:`~socketserver.ThreadingMixIn`. This is
83+
analogous to :class:`ThreadingHTTPServer` only using :class:`HTTPSServer`.
8584

8685
.. versionadded:: next
8786

0 commit comments

Comments
 (0)