Browse Source

#14553: fix word order.

Patch by Tshepang Lekhonkhobe.
pull/2332/head
R David Murray 14 years ago
parent
commit
e7bade568e
  1. 2
      Doc/library/http.server.rst

2
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

Loading…
Cancel
Save