Skip to content

Commit

Permalink
[3.12] pythongh-101100: Define _tkinter module to fix references (p…
Browse files Browse the repository at this point in the history
…ythonGH-112382) (python#112392)

pythongh-101100: Define `_tkinter` module to fix references (pythonGH-112382)

Define _tkinter module to fix references
(cherry picked from commit 6b961b8)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
miss-islington and hugovk authored Nov 25, 2023
1 parent 4b9d50b commit 44eb329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44eb329

Please sign in to comment.