Skip to content

Commit 1a90b17

Browse files
committed
Fix Sphinx warnings.
1 parent b888d61 commit 1a90b17

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/development.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The list of modules described in this chapter is:
1616

1717
.. toctree::
1818

19+
typing.rst
1920
pydoc.rst
2021
doctest.rst
2122
unittest.rst

Doc/whatsnew/3.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ tkinter
684684
-------
685685

686686
* The :mod:`tkinter._fix` module used for setting up the Tcl/Tk environment
687-
on Windows has been replaced by a private function in the :module:`_tkinter`
687+
on Windows has been replaced by a private function in the :mod:`_tkinter`
688688
module which makes no permanent changes to environment variables.
689689
(Contributed by Zachary Ware in :issue:`20035`.)
690690

0 commit comments

Comments
 (0)