From 088639936de2b82234196dd7d4c46a94110b0f30 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 18 Mar 2014 09:19:18 -0500 Subject: [PATCH] Issue #20966: Fix Tkinter Resources link --- Doc/library/tkinter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index b8f6607148f..0715a43e9aa 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.