Fix role name.

This commit is contained in:
Georg Brandl 2010-07-03 08:40:13 +00:00
parent 9d8d2a4d7c
commit b550b000bb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ directory. ::
httpd.serve_forever() httpd.serve_forever()
The :mod:`SimpleHTTPServer` module can also be invoked directly using the 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 Similar to the previous example, this serves the files relative to the
current directory. :: current directory. ::