summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>2018-01-20 00:25:37 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2018-01-20 00:25:37 (GMT)
commit338cd83c5dceaed785f5bf613e2122f871908e2a (patch)
treef75ff3700e2f2c6a98b34728568e2e8a53cf0adf /Doc/library/tkinter.rst
parent7464e87a6511d3626b04c9833a262a77b1f21e23 (diff)
downloadcpython-338cd83c5dceaed785f5bf613e2122f871908e2a.zip
cpython-338cd83c5dceaed785f5bf613e2122f871908e2a.tar.gz
cpython-338cd83c5dceaed785f5bf613e2122f871908e2a.tar.bz2
bpo-25910: Link redirections in docs (#1933)
Fixes some redirection links in docs.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index f222fe6..6d90e43 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -35,7 +35,7 @@ this should open a window demonstrating a simple Tk interface.
`Tcl/Tk manual <https://www.tcl.tk/man/tcl8.5/>`_
Official manual for the latest tcl/tk version.
- `Programming Python <http://learning-python.com/books/about-pp4e.html>`_
+ `Programming Python <http://learning-python.com/about-pp4e.html>`_
Book by Mark Lutz, has excellent coverage of Tkinter.
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_