diff options
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 97a63b8..62f6574 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -8,8 +8,8 @@ The :mod:`tkinter` package ("Tk interface") is the standard Python interface to the Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix -platforms, as well as on Windows and Macintosh systems. (Tk itself is not part -of Python; it is maintained at ActiveState.) +platforms, as well as on Windows systems. (Tk itself is not part of Python; it +is maintained at ActiveState.) .. seealso:: |