From: Georg Brandl Date: Sat, 3 Jul 2010 10:22:10 +0000 (+0000) Subject: Use the right role. X-Git-Tag: v3.2a1~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f68798b92e227a42db5c945cf782b4a634c5a91c;p=thirdparty%2FPython%2Fcpython.git Use the right role. --- diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index 4bf5178e7550..1ca162081302 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. ::