From aad41dffcd3e119397d95d72ca71a45f7e62becd Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 26 Oct 2018 08:53:26 -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 f329fdd88c..2d1a96d7bb 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 only basic security checks. One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass. -- cgit v1.2.1