mirror of https://github.com/python/cpython
Expand entry for pydoc.
This commit is contained in:
parent
c1dfa2e7c3
commit
89c1cd1fdd
|
@ -1415,9 +1415,11 @@ inspect
|
|||
pydoc
|
||||
-----
|
||||
|
||||
The :mod:`pydoc` module now provides a much-improved Web server interface,
|
||||
as well as a new command-line option to automatically open a browser
|
||||
window to display that server.
|
||||
The :mod:`pydoc` module now provides a much-improved Web server interface, as
|
||||
well as a new command-line option ``-b`` to automatically open a browser window
|
||||
to display that server::
|
||||
|
||||
$ pydoc3.2 -b
|
||||
|
||||
(Contributed by Ron Adam; :issue:`2001`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue