gh-101100: Define `_tkinter` module to fix references (#112382)

Define _tkinter module to fix references
This commit is contained in:
Hugo van Kemenade 2023-11-25 08:18:02 +02:00 committed by GitHub
parent d525d01e27
commit 6b961b8cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ The modules that provide Tk support include:
Additional modules:
.. module:: _tkinter
:synopsis: A binary module that contains the low-level interface to Tcl/Tk.
:mod:`_tkinter`
A binary module that contains the low-level interface to Tcl/Tk.
It is automatically imported by the main :mod:`tkinter` module,