From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:56:20 +0000 (+0100) Subject: [3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524) X-Git-Tag: v3.11.7~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a0cf45f1bae94b605e99b4f6581f120d75ae7ad;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index aa78a0fe93d5..5703b1fc050b 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 `_ By Mark Roseman. (ISBN 978-1999149567) - * `Python and Tkinter Programming `_ - By Alan Moore. (ISBN 978-1788835886) + * `Python GUI programming with Tkinter `_ + By Alan D. Moore. (ISBN 978-1788835886) * `Programming Python `_ By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)