diff options
author | Georg Brandl <georg@python.org> | 2010-07-03 10:22:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-03 10:22:10 (GMT) |
commit | f68798b92e227a42db5c945cf782b4a634c5a91c (patch) | |
tree | edec382c74f89650f95e5da6413571cab394f8bb /Doc | |
parent | 19b7a87121453fd546596ced61bb683aa4342411 (diff) | |
download | cpython-f68798b92e227a42db5c945cf782b4a634c5a91c.zip cpython-f68798b92e227a42db5c945cf782b4a634c5a91c.tar.gz cpython-f68798b92e227a42db5c945cf782b4a634c5a91c.tar.bz2 |
Use the right role.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/http.server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. :: |