diff options
Diffstat (limited to 'Doc/library/pydoc.rst')
-rw-r--r-- | Doc/library/pydoc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst index b43f84d..4103dd4 100644 --- a/Doc/library/pydoc.rst +++ b/Doc/library/pydoc.rst @@ -54,7 +54,7 @@ that will serve documentation to visiting Web browsers. :program:`pydoc` :option:`-p 1234` will start a HTTP server on port 1234, allowing you to browse the documentation at ``http://localhost:1234/`` in your preferred Web browser. :program:`pydoc` :option:`-g` will start the server and additionally bring up a -small :mod:`Tkinter`\ -based graphical interface to help you search for +small :mod:`tkinter`\ -based graphical interface to help you search for documentation pages. When :program:`pydoc` generates documentation, it uses the current environment |