Skip to content

Commit 1d87c7b

Browse files
authored
fixed capitalization of class name (GH-6396)
1 parent 0c1c456 commit 1d87c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ handler. Code to create and run the server looks like this::
3636
.. class:: ThreadedHTTPServer(server_address, RequestHandlerClass)
3737

3838
This class is identical to HTTPServer but uses threads to handle
39-
requests by using the :class:`~socketserver.ThreadingMixin`. This
39+
requests by using the :class:`~socketserver.ThreadingMixIn`. This
4040
is useful to handle web browsers pre-opening sockets, on which
4141
:class:`HTTPServer` would wait indefinitely.
4242

0 commit comments

Comments
 (0)