summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.server.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-04-12 00:15:10 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-04-12 00:15:10 (GMT)
commitdf7ac0619563e3e92efadf3e429c58d3fb4b5016 (patch)
tree5dbc1b286b41f06b3e1ae79aaa88302e45c376af /Doc/library/http.server.rst
parentd268109ae32bfadabc0ab75fcb4528f50fde5a87 (diff)
parente7bade568ebb04c607caf0cfce02a36765dad02e (diff)
downloadcpython-df7ac0619563e3e92efadf3e429c58d3fb4b5016.zip
cpython-df7ac0619563e3e92efadf3e429c58d3fb4b5016.tar.gz
cpython-df7ac0619563e3e92efadf3e429c58d3fb4b5016.tar.bz2
Merge doc fixes #14553 and #14552.
Diffstat (limited to 'Doc/library/http.server.rst')
-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 d9aaa72..06670b8 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -352,7 +352,7 @@ the current directory. ::
httpd.serve_forever()
:mod:`http.server` can also be invoked directly using the :option:`-m`
-switch of the interpreter a with ``port number`` argument. Similar to
+switch of the interpreter with a ``port number`` argument. Similar to
the previous example, this serves files relative to the current directory. ::
python -m http.server 8000