summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/http.server.rst2
1 files changed, 1 insertions, 1 deletions
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.