summaryrefslogtreecommitdiff
path: root/Doc/library/idle.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 18:44:45 +0000
committerGeorg Brandl <georg@python.org>2008-05-17 18:44:45 +0000
commit059a24f9e6c416729ab1329f9889f0e903dfa061 (patch)
tree5824ecf795219860be3dc3a0d902c9a5bee6f74e /Doc/library/idle.rst
parentbf2491fc3ccf1ba59b5e1a8f82066f76c8650a17 (diff)
downloadcpython-059a24f9e6c416729ab1329f9889f0e903dfa061.tar.gz
Tkinter, step 3: doc updates.
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r--Doc/library/idle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 8209aa961c..7a5bebd69f 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -10,11 +10,11 @@ IDLE
single: Python Editor
single: Integrated Development Environment
-IDLE is the Python IDE built with the :mod:`Tkinter` GUI toolkit.
+IDLE is the Python IDE built with the :mod:`tkinter` GUI toolkit.
IDLE has the following features:
-* coded in 100% pure Python, using the :mod:`Tkinter` GUI toolkit
+* coded in 100% pure Python, using the :mod:`tkinter` GUI toolkit
* cross-platform: works on Windows and Unix (on Mac OS, there are currently
problems with Tcl/Tk)