Thanks to visit codestin.com Credit goes to github.com
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 0c1c456 commit 1d87c7bCopy full SHA for 1d87c7b
1 file changed
Doc/library/http.server.rst
@@ -36,7 +36,7 @@ handler. Code to create and run the server looks like this::
36
.. class:: ThreadedHTTPServer(server_address, RequestHandlerClass)
37
38
This class is identical to HTTPServer but uses threads to handle
39
- requests by using the :class:`~socketserver.ThreadingMixin`. This
+ requests by using the :class:`~socketserver.ThreadingMixIn`. This
40
is useful to handle web browsers pre-opening sockets, on which
41
:class:`HTTPServer` would wait indefinitely.
42
0 commit comments