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

Skip to content

Commit f68798b

Browse files
committed
Use the right role.
1 parent 19b7a87 commit f68798b

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
@@ -301,7 +301,7 @@ the current directory. ::
301301
print("serving at port", PORT)
302302
httpd.serve_forever()
303303

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

0 commit comments

Comments
 (0)