From 5a80739b17578925aec58305cde7e208cc58358f Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 3 Jun 2018 04:09:54 +0300 Subject: [PATCH] https://github.com/python/cpython/pull/7287#discussion_r192545213 --- Doc/library/tkinter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..b136dc9becf771 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -12,7 +12,7 @@ The :mod:`tkinter` package ("Tk interface") is the standard Python interface to the Tcl/Tk GUI toolkit. Tcl/Tk and :mod:`tkinter` are available on most Unix -platforms (including macOS), as well as on Windows systems. +platforms, including macOS, as well as on Windows systems. Running ``python -m tkinter`` from the command line should open a window demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is