Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7bade5

Browse files
committed
#14553: fix word order.
Patch by Tshepang Lekhonkhobe.
1 parent 644cabe commit e7bade5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ the current directory. ::
333333
httpd.serve_forever()
334334

335335
:mod:`http.server` can also be invoked directly using the :option:`-m`
336-
switch of the interpreter a with ``port number`` argument. Similar to
336+
switch of the interpreter with a ``port number`` argument. Similar to
337337
the previous example, this serves files relative to the current directory. ::
338338

339339
python -m http.server 8000

0 commit comments

Comments
 (0)