From 1a90b17bce4f4d57eba3c467ef3457307f88a505 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 24 May 2015 00:26:05 +0300 Subject: Fix Sphinx warnings. --- Doc/library/development.rst | 1 + Doc/whatsnew/3.5.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/development.rst b/Doc/library/development.rst index 06e7048a04..d2b5fa2aa4 100644 --- a/Doc/library/development.rst +++ b/Doc/library/development.rst @@ -16,6 +16,7 @@ The list of modules described in this chapter is: .. toctree:: + typing.rst pydoc.rst doctest.rst unittest.rst diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 75bc7fb3c2..c46ed9be59 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -684,7 +684,7 @@ tkinter ------- * The :mod:`tkinter._fix` module used for setting up the Tcl/Tk environment - 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` module which makes no permanent changes to environment variables. (Contributed by Zachary Ware in :issue:`20035`.) -- cgit v1.2.1