]> granicus.if.org Git - python/commitdiff
Fix Sphinx warnings.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 23 May 2015 21:26:05 +0000 (00:26 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 23 May 2015 21:26:05 +0000 (00:26 +0300)
Doc/library/development.rst
Doc/whatsnew/3.5.rst

index 06e7048a04a6f4eeab2a576a9599918b30803891..d2b5fa2aa4f5f827f17da4fb89364f07c83aea87 100644 (file)
@@ -16,6 +16,7 @@ The list of modules described in this chapter is:
 
 .. toctree::
 
+   typing.rst
    pydoc.rst
    doctest.rst
    unittest.rst
index 75bc7fb3c21c949328403bf66af867326a2c8886..c46ed9be59330aa3b9b29d43d9d99b8474ac4e1b 100644 (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`.)