From: Zachary Ware Date: Tue, 18 Mar 2014 14:19:18 +0000 (-0500) Subject: Issue #20966: Fix Tkinter Resources link X-Git-Tag: v3.4.1rc1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=088639936de2b82234196dd7d4c46a94110b0f30;p=python Issue #20966: Fix Tkinter Resources link --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index b8f6607148..0715a43e9a 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -15,7 +15,7 @@ this should open a window demonstrating a simple Tk interface. .. seealso:: - `Python Tkinter Resources `_ + `Python Tkinter Resources `_ The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk.