We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b888d61 commit 1a90b17Copy full SHA for 1a90b17
2 files changed
Doc/library/development.rst
@@ -16,6 +16,7 @@ The list of modules described in this chapter is:
16
17
.. toctree::
18
19
+ typing.rst
20
pydoc.rst
21
doctest.rst
22
unittest.rst
Doc/whatsnew/3.5.rst
@@ -684,7 +684,7 @@ tkinter
684
-------
685
686
* The :mod:`tkinter._fix` module used for setting up the Tcl/Tk environment
687
- on Windows has been replaced by a private function in the :module:`_tkinter`
+ on Windows has been replaced by a private function in the :mod:`_tkinter`
688
module which makes no permanent changes to environment variables.
689
(Contributed by Zachary Ware in :issue:`20035`.)
690
0 commit comments