[Python-checkins] cpython (2.7): Issue #20966: Fix Tkinter Resources link

zach.ware python-checkins at python.org
Tue Mar 18 15:20:47 CET 2014


http://hg.python.org/cpython/rev/be1e015a8405
changeset:   89845:be1e015a8405
branch:      2.7
parent:      89807:4495a9b11137
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Mar 18 09:18:53 2014 -0500
summary:
  Issue #20966: Fix Tkinter Resources link

files:
  Doc/library/tkinter.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -19,7 +19,7 @@
 
 .. seealso::
 
-   `Python Tkinter Resources <http://www.python.org/topics/tkinter/>`_
+   `Python Tkinter Resources <https://wiki.python.org/moin/TkInter>`_
       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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list