Fix Sphinx warnings.

This commit is contained in:
Berker Peksag 2015-05-24 00:26:05 +03:00
parent b888d61320
commit 1a90b17bce
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ The list of modules described in this chapter is:
.. toctree::
typing.rst
pydoc.rst
doctest.rst
unittest.rst

View File

@ -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`.)