From: Georg Brandl Date: Sat, 3 Jul 2010 08:40:13 +0000 (+0000) Subject: Fix role name. X-Git-Tag: v2.7~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b550b000bb089a8cf036a3b144439571d1e462e0;p=python Fix role name. --- diff --git a/Doc/library/simplehttpserver.rst b/Doc/library/simplehttpserver.rst index ee9f82b7de..a92c7c9a59 100644 --- a/Doc/library/simplehttpserver.rst +++ b/Doc/library/simplehttpserver.rst @@ -106,7 +106,7 @@ directory. :: httpd.serve_forever() The :mod:`SimpleHTTPServer` module can also be invoked directly using the -:cmdoption:`-m` switch of the interpreter with a ``port number`` argument. +:option:`-m` switch of the interpreter with a ``port number`` argument. Similar to the previous example, this serves the files relative to the current directory. ::