From: Alan Grgic Date: Sat, 23 Feb 2019 05:16:09 +0000 (-0600) Subject: bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995) X-Git-Tag: v2.7.17rc1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7be55208b294e408ff625757198419af8914fdf;p=thirdparty%2FPython%2Fcpython.git bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995) --- diff --git a/Doc/library/simplehttpserver.rst b/Doc/library/simplehttpserver.rst index df8699e11455..1eca9fee2cf1 100644 --- a/Doc/library/simplehttpserver.rst +++ b/Doc/library/simplehttpserver.rst @@ -13,7 +13,7 @@ .. warning:: - mod:`SimpleHTTServer` is not recommended for production. It only implements + :mod:`SimpleHTTPServer` is not recommended for production. It only implements basic security checks. The :mod:`SimpleHTTPServer` module defines a single class,