]> granicus.if.org Git - python/commitdiff
#14553: fix word order.
authorR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 00:13:25 +0000 (20:13 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 00:13:25 +0000 (20:13 -0400)
Patch by Tshepang Lekhonkhobe.

Doc/library/http.server.rst

index e3a3a10dd18911a5376ff2dd4238e5632bdb755b..2281c302917b70867234720e278d4eca8922c650 100644 (file)
@@ -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