diff options
-rw-r--r-- | Doc/library/http.server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |