]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-110930: Correct book title by Alan D. Moore (#112490)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 28 Nov 2023 14:46:00 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 14:46:00 +0000 (16:46 +0200)
Doc/library/tkinter.rst

index a8c67b02a23e4d0cdaf072591cfafdbfb2f55faa..e084d8554c7c09fa1ef5842c9676fa5ea0cf140c 100644 (file)
@@ -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)