[Python-checkins] r82481 - python/branches/py3k/Doc/library/http.server.rst

georg.brandl python-checkins at python.org
Sat Jul 3 12:22:11 CEST 2010


Author: georg.brandl
Date: Sat Jul  3 12:22:10 2010
New Revision: 82481

Log:
Use the right role.

Modified:
   python/branches/py3k/Doc/library/http.server.rst

Modified: python/branches/py3k/Doc/library/http.server.rst
==============================================================================
--- python/branches/py3k/Doc/library/http.server.rst	(original)
+++ python/branches/py3k/Doc/library/http.server.rst	Sat Jul  3 12:22:10 2010
@@ -301,7 +301,7 @@
    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. ::
 


More information about the Python-checkins mailing list