summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2018-10-26 08:53:26 -0700
committerSenthil Kumaran <senthil@uthcode.com>2018-10-26 08:53:26 -0700
commitaad41dffcd3e119397d95d72ca71a45f7e62becd (patch)
treefe5d07bcc72d0e459c172dd0867b8caf255a0094
parentff2aa025c7127dfafabfd647af300400de4ce807 (diff)
downloadcpython-git-backport-eeab510-3.6.tar.gz
Fix the trailing whitespace issue.backport-eeab510-3.6
-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 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.