summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-23 21:26:05 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-23 21:26:05 (GMT)
commit1a90b17bce4f4d57eba3c467ef3457307f88a505 (patch)
tree1c6a02e3d4dc9fbc1b3adf560683f5dfae666a72
parentb888d61320e02c874e063bc53aa4e2758a48bb8b (diff)
downloadcpython-1a90b17bce4f4d57eba3c467ef3457307f88a505.zip
cpython-1a90b17bce4f4d57eba3c467ef3457307f88a505.tar.gz
cpython-1a90b17bce4f4d57eba3c467ef3457307f88a505.tar.bz2
Fix Sphinx warnings.
-rw-r--r--Doc/library/development.rst1
-rw-r--r--Doc/whatsnew/3.5.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/development.rst b/Doc/library/development.rst
index 06e7048..d2b5fa2 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 75bc7fb..c46ed9b 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`.)