]> granicus.if.org Git - python/commitdiff
Fix role name.
authorGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 08:40:13 +0000 (08:40 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 08:40:13 +0000 (08:40 +0000)
Doc/library/simplehttpserver.rst

index ee9f82b7de383308227a84b07db0892c1cb57547..a92c7c9a59f3578342a03ca991cd94b38164b580 100644 (file)
@@ -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. ::