Skip to content

Commit 44eb329

Browse files
[3.12] gh-101100: Define _tkinter module to fix references (GH-112382) (#112392)
gh-101100: Define `_tkinter` module to fix references (GH-112382) Define _tkinter module to fix references (cherry picked from commit 6b961b8) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4b9d50b commit 44eb329

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)