summaryrefslogtreecommitdiffstats
path: root/Doc/library/simplehttpserver.rst
diff options
context:
space:
mode:
authorAlan Grgic <alan.grgic@gmail.com>2019-02-23 05:16:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-02-23 05:16:09 (GMT)
commitc7be55208b294e408ff625757198419af8914fdf (patch)
tree96f05586f0f0cffd921b2a2dc4b9f19a130bd255 /Doc/library/simplehttpserver.rst
parent6ee41793d2204c54bdf8f477ae61d016a7eca932 (diff)
downloadcpython-c7be55208b294e408ff625757198419af8914fdf.zip
cpython-c7be55208b294e408ff625757198419af8914fdf.tar.gz
cpython-c7be55208b294e408ff625757198419af8914fdf.tar.bz2
bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)
Diffstat (limited to 'Doc/library/simplehttpserver.rst')
-rw-r--r--Doc/library/simplehttpserver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/simplehttpserver.rst b/Doc/library/simplehttpserver.rst
index df8699e..1eca9fe 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,