summaryrefslogtreecommitdiffstats
path: root/Doc/library/pydoc.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-14 09:51:37 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-14 09:51:37 (GMT)
commit1a263ad62f11709e16c41f2448421287cde21e27 (patch)
tree372113b5f0a3ea6f47a139c253720dc9697ef303 /Doc/library/pydoc.rst
parent580d60cef47124376cb1d287f830551a0fa10869 (diff)
downloadcpython-1a263ad62f11709e16c41f2448421287cde21e27.zip
cpython-1a263ad62f11709e16c41f2448421287cde21e27.tar.gz
cpython-1a263ad62f11709e16c41f2448421287cde21e27.tar.bz2
#7057: fix several errors.
Diffstat (limited to 'Doc/library/pydoc.rst')
-rw-r--r--Doc/library/pydoc.rst2
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