From: Hugo van Kemenade Date: Tue, 28 Nov 2023 14:46:00 +0000 (+0200) Subject: gh-110930: Correct book title by Alan D. Moore (#112490) X-Git-Tag: v3.13.0a3~603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdf7ae3d1a08894e53c263945fba67fe62ac05b;p=thirdparty%2FPython%2Fcpython.git gh-110930: Correct book title by Alan D. Moore (#112490) --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index a8c67b02a23e..e084d8554c7c 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)