Skip to content

Commit 5a80739

Browse files
committed
https://github.com/python/cpython/pull/7287#discussion_r192545213
1 parent 61c23d2 commit 5a80739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tkinter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
1414
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.
15+
platforms, including macOS, as well as on Windows systems.
1616

1717
Running ``python -m tkinter`` from the command line should open a window
1818
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is

0 commit comments

Comments
 (0)