mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix role name.
This commit is contained in:
parent
9d8d2a4d7c
commit
b550b000bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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. ::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue