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 19b7a87 commit f68798bCopy full SHA for f68798b
1 file changed
Doc/library/http.server.rst
@@ -301,7 +301,7 @@ the current directory. ::
301
print("serving at port", PORT)
302
httpd.serve_forever()
303
304
-:mod:`http.server` can also be invoked directly using the :cmdoption:`-m`
+:mod:`http.server` can also be invoked directly using the :option:`-m`
305
switch of the interpreter a with ``port number`` argument. Similar to
306
the previous example, this serves files relative to the current directory. ::
307
0 commit comments