From b550b000bb089a8cf036a3b144439571d1e462e0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 Jul 2010 08:40:13 +0000 Subject: [PATCH] Fix role name. --- Doc/library/simplehttpserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :: -- 2.40.0