Skip to content

Commit 9a5b0e8

Browse files
authored
Merge pull request python#1 from native-api/roseman_1
python#7287 (comment)
2 parents 61c23d2 + 5a80739 commit 9a5b0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tkinter.rst

+1-1
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)