diff options
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) |