Kaydet (Commit) 1a90b17b authored tarafından Berker Peksag's avatar Berker Peksag

Fix Sphinx warnings.

üst b888d613
...@@ -16,6 +16,7 @@ The list of modules described in this chapter is: ...@@ -16,6 +16,7 @@ The list of modules described in this chapter is:
.. toctree:: .. toctree::
typing.rst
pydoc.rst pydoc.rst
doctest.rst doctest.rst
unittest.rst unittest.rst
......
...@@ -684,7 +684,7 @@ tkinter ...@@ -684,7 +684,7 @@ tkinter
------- -------
* The :mod:`tkinter._fix` module used for setting up the Tcl/Tk environment * 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. module which makes no permanent changes to environment variables.
(Contributed by Zachary Ware in :issue:`20035`.) (Contributed by Zachary Ware in :issue:`20035`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment