summaryrefslogtreecommitdiff
path: root/Doc/library/http.server.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-04-11 20:13:25 -0400
committerR David Murray <rdmurray@bitdance.com>2012-04-11 20:13:25 -0400
commite7bade568ebb04c607caf0cfce02a36765dad02e (patch)
tree24b4179ebf402c7ab34f2e18412b3c30627325b8 /Doc/library/http.server.rst
parent644cabed4b6b60187ce3fab756a7d700cc906a7c (diff)
downloadcpython-git-e7bade568ebb04c607caf0cfce02a36765dad02e.tar.gz
#14553: fix word order.
Patch by Tshepang Lekhonkhobe.
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 e3a3a10dd1..2281c30291 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -333,7 +333,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