summaryrefslogtreecommitdiffstats
path: root/Doc/library/othergui.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 18:44:45 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 18:44:45 (GMT)
commitac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a (patch)
treec991992b438664f3d8e9e4c6aed43d70bdeea67d /Doc/library/othergui.rst
parent14fc4270da5db43574d46d055a5f794ed33b271f (diff)
downloadcpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.zip
cpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.tar.gz
cpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.tar.bz2
Tkinter, step 3: doc updates.
Diffstat (limited to 'Doc/library/othergui.rst')
-rw-r--r--Doc/library/othergui.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
index 2d4ea37..d2fad3e 100644
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -3,13 +3,13 @@
Other Graphical User Interface Packages
=======================================
-There are an number of extension widget sets to :mod:`Tkinter`.
+There are an number of extension widget sets to :mod:`tkinter`.
.. seealso::
`Python megawidgets <http://pmw.sourceforge.net/>`_
is a toolkit for building high-level compound widgets in Python using the
- :mod:`Tkinter` module. It consists of a set of base classes and a library of
+ :mod:`tkinter` package. It consists of a set of base classes and a library of
flexible and extensible megawidgets built on this foundation. These megawidgets
include notebooks, comboboxes, selection widgets, paned widgets, scrolled
widgets, dialog windows, etc. Also, with the Pmw.Blt interface to BLT, the