Skip to content

Commit 6b961b8

Browse files
authored
gh-101100: Define _tkinter module to fix references (#112382)
Define _tkinter module to fix references
1 parent d525d01 commit 6b961b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/tkinter.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ The modules that provide Tk support include:
232232

233233
Additional modules:
234234

235+
.. module:: _tkinter
236+
:synopsis: A binary module that contains the low-level interface to Tcl/Tk.
237+
235238
:mod:`_tkinter`
236239
A binary module that contains the low-level interface to Tcl/Tk.
237240
It is automatically imported by the main :mod:`tkinter` module,

0 commit comments

Comments
 (0)