diff options
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 7a5bebd..65101fc 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -16,8 +16,7 @@ IDLE has the following features: * 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) +* cross-platform: works on Windows and Unix * multi-window text editor with multiple undo, Python colorizing and many other features, e.g. smart indent and call tips |