Kaydet (Commit) 252f10cb authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Alex Gaynor

fixed capitalization of class name (GH-6396) (GH-6397)

(cherry picked from commit 1d87c7b8)
Co-authored-by: 's avatarAlex Gaynor <alex.gaynor@gmail.com>
üst 64421d92
......@@ -36,7 +36,7 @@ handler. Code to create and run the server looks like this::
.. class:: ThreadedHTTPServer(server_address, RequestHandlerClass)
This class is identical to HTTPServer but uses threads to handle
requests by using the :class:`~socketserver.ThreadingMixin`. This
requests by using the :class:`~socketserver.ThreadingMixIn`. This
is useful to handle web browsers pre-opening sockets, on which
:class:`HTTPServer` would wait indefinitely.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment