diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2005-01-29 19:49:34 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2005-01-29 19:49:34 (GMT) |
commit | b5646aa3fb1638763715459400f78c098239f0be (patch) | |
tree | beaec3707cce28cabf90aa910e80d75369162982 | |
parent | 1d11de6dbd247689c508de2ec28f0f3fc35ecabc (diff) | |
download | cpython-b5646aa3fb1638763715459400f78c098239f0be.zip cpython-b5646aa3fb1638763715459400f78c098239f0be.tar.gz cpython-b5646aa3fb1638763715459400f78c098239f0be.tar.bz2 |
Bug #1108490: fix broken link.
-rw-r--r-- | Doc/lib/tkinter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index f944eab..943c4f2 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -1353,7 +1353,7 @@ create color images from XPM files. \item \ulink{Compound} -{http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.html} +{http://tix.sourceforge.net/dist/current/man/html/TixCmd/compound.htm} image types can be used to create images that consists of multiple horizontal lines; each line is composed of a series of items (texts, bitmaps, images or spaces) arranged from left to right. For example, a |