summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-29 15:55:46 (GMT)
committerGitHub <noreply@github.com>2023-11-29 15:55:46 (GMT)
commit01b882b39043f5c9f594c85b12e215df7c5af69c (patch)
treeedb7d6a0dbe4eab7ed1fe3fee233cc5c24770aa4
parent3e6b32875207c39325ed8eded5819cfa5dcebc82 (diff)
downloadcpython-01b882b39043f5c9f594c85b12e215df7c5af69c.zip
cpython-01b882b39043f5c9f594c85b12e215df7c5af69c.tar.gz
cpython-01b882b39043f5c9f594c85b12e215df7c5af69c.tar.bz2
[3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index aa78a0f..5703b1f 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -58,8 +58,8 @@ details that are unchanged.
* `Modern Tkinter for Busy Python Developers <https://tkdocs.com/book.html>`_
By Mark Roseman. (ISBN 978-1999149567)
- * `Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-programming-with-tkinter/9781788835886>`_
- By Alan Moore. (ISBN 978-1788835886)
+ * `Python GUI programming with Tkinter <https://www.packtpub.com/product/python-gui-programming-with-tkinter/9781788835886>`_
+ By Alan D. Moore. (ISBN 978-1788835886)
* `Programming Python <https://learning-python.com/about-pp4e.html>`_
By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)