We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61c23d2 + 5a80739 commit 9a5b0e8Copy full SHA for 9a5b0e8
Doc/library/tkinter.rst
@@ -12,7 +12,7 @@
12
13
The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
14
the Tcl/Tk GUI toolkit. Tcl/Tk and :mod:`tkinter` are available on most Unix
15
-platforms (including macOS), as well as on Windows systems.
+platforms, including macOS, as well as on Windows systems.
16
17
Running ``python -m tkinter`` from the command line should open a window
18
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is
0 commit comments