summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2018-10-26 08:50:46 -0700
committerSenthil Kumaran <senthil@uthcode.com>2018-10-26 08:50:46 -0700
commitd4ed2e5f9eb4f85f993d90d6f62fefeafb292701 (patch)
tree52a35b822631ad08d920503d62a4ca9c500bc51b
parent16546b62eb4f5950461adbd9e8b07ad51e5a2ba2 (diff)
downloadcpython-git-backport-eeab510-3.7.tar.gz
fix the trailing whitespace issue.backport-eeab510-3.7
-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.