Commit f68798b9 authored by Georg Brandl's avatar Georg Brandl

Use the right role.

parent 19b7a871
...@@ -301,7 +301,7 @@ the current directory. :: ...@@ -301,7 +301,7 @@ the current directory. ::
print("serving at port", PORT) print("serving at port", PORT)
httpd.serve_forever() httpd.serve_forever()
:mod:`http.server` can also be invoked directly using the :cmdoption:`-m` :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 a with ``port number`` argument. Similar to
the previous example, this serves files relative to the current directory. :: the previous example, this serves files relative to the current directory. ::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment