diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 18:44:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 18:44:45 (GMT) |
commit | ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a (patch) | |
tree | c991992b438664f3d8e9e4c6aed43d70bdeea67d /Doc/library/idle.rst | |
parent | 14fc4270da5db43574d46d055a5f794ed33b271f (diff) | |
download | cpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.zip cpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.tar.gz cpython-ac6060cc5ce9fd8988243f29cb0b2a3e20d8e72a.tar.bz2 |
Tkinter, step 3: doc updates.
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 8209aa9..7a5bebd 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) |