From d4ed2e5f9eb4f85f993d90d6f62fefeafb292701 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 26 Oct 2018 08:50:46 -0700 Subject: fix the trailing whitespace issue. --- Doc/library/http.server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index f9780b6964..7e317cd8bc 100644 --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -18,7 +18,7 @@ This module defines classes for implementing HTTP servers (Web servers). .. warning:: - :mod:`http.server` is not recommended for production. It only implements + :mod:`http.server` is not recommended for production. It only implements basic security checks. One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass. -- cgit v1.2.1