From: R David Murray Date: Thu, 12 Apr 2012 00:13:25 +0000 (-0400) Subject: #14553: fix word order. X-Git-Tag: v3.3.0a3~252^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7bade568ebb04c607caf0cfce02a36765dad02e;p=python #14553: fix word order. Patch by Tshepang Lekhonkhobe. --- 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