[Python-checkins] cpython (3.2): #14553: fix word order.

r.david.murray python-checkins at python.org
Thu Apr 12 02:41:06 CEST 2012


http://hg.python.org/cpython/rev/ed5788424c34
changeset:   76259:ed5788424c34
branch:      3.2
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Apr 11 20:13:25 2012 -0400
summary:
  #14553: fix word order.

Patch by Tshepang Lekhonkhobe.

files:
  Doc/library/http.server.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -333,7 +333,7 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list