From f68798b92e227a42db5c945cf782b4a634c5a91c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 Jul 2010 10:22:10 +0000 Subject: Use the right role. --- Doc/library/http.server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index 4bf5178..1ca1620 100644 --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -301,7 +301,7 @@ the current directory. :: print("serving at port", PORT) 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 the previous example, this serves files relative to the current directory. :: -- cgit v0.12