From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:55:46 +0000 (+0100) Subject: [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) X-Git-Tag: v3.12.1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01b882b39043f5c9f594c85b12e215df7c5af69c;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) 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)