Simplify the warning for http.server. (#10116)

diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index 45bb529..29f6e7d 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -19,10 +19,8 @@
 
 .. warning::
 
-    :mod:`http.server` is meant for demo purposes and does not implement the
-    stringent security checks needed of a real HTTP server. We do not recommend
-    using this module directly in production.
-
+    :mod:`http.server` is not recommended for production. It only implements
+    basic security checks.
 
 One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
 It creates and listens at the HTTP socket, dispatching the requests to a