]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Nov 2023 15:55:46 +0000 (16:55 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 15:55:46 +0000 (15:55 +0000)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/tkinter.rst

index aa78a0fe93d53d15675bb9e93f50389300eff838..5703b1fc050b1f46732a288fa588f25b0a5e4ebf 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)