diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-18 14:19:18 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-18 14:19:18 (GMT) |
commit | 088639936de2b82234196dd7d4c46a94110b0f30 (patch) | |
tree | c6ca9f076ead28cb78b5db53e102423bc0992f3e /Doc | |
parent | f5c801fdca17eaeeee6c123798462c7838929e99 (diff) | |
download | cpython-088639936de2b82234196dd7d4c46a94110b0f30.zip cpython-088639936de2b82234196dd7d4c46a94110b0f30.tar.gz cpython-088639936de2b82234196dd7d4c46a94110b0f30.tar.bz2 |
Issue #20966: Fix Tkinter Resources link
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/tkinter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index b8f6607..0715a43 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 <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. |