[Python-checkins] cpython: Fix Sphinx warnings.

berker.peksag python-checkins at python.org
Sat May 23 23:25:53 CEST 2015


https://hg.python.org/cpython/rev/ec1e187173f7
changeset:   96257:ec1e187173f7
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun May 24 00:26:05 2015 +0300
summary:
  Fix Sphinx warnings.

files:
  Doc/library/development.rst |  1 +
  Doc/whatsnew/3.5.rst        |  2 +-
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/development.rst b/Doc/library/development.rst
--- a/Doc/library/development.rst
+++ b/Doc/library/development.rst
@@ -16,6 +16,7 @@
 
 .. toctree::
 
+   typing.rst
    pydoc.rst
    doctest.rst
    unittest.rst
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -684,7 +684,7 @@
 -------
 
 * 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`.)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list