Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644cabe commit e7bade5Copy full SHA for e7bade5
1 file changed
Doc/library/http.server.rst
@@ -333,7 +333,7 @@ the current directory. ::
333
httpd.serve_forever()
334
335
:mod:`http.server` can also be invoked directly using the :option:`-m`
336
-switch of the interpreter a with ``port number`` argument. Similar to
+switch of the interpreter with a ``port number`` argument. Similar to
337
the previous example, this serves files relative to the current directory. ::
338
339
python -m http.server 8000
0 commit comments