diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2005-01-29 19:54:45 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2005-01-29 19:54:45 (GMT) |
commit | 28624fd32392e9bf2932e65feb7b8c06a090f26a (patch) | |
tree | 89fb39e3076388a8be5052cf0a85b0db2fb4c98c /Doc/lib | |
parent | e6b1cc81456c966812b06d8dd1e2e61ed24cc46a (diff) | |
download | cpython-28624fd32392e9bf2932e65feb7b8c06a090f26a.zip cpython-28624fd32392e9bf2932e65feb7b8c06a090f26a.tar.gz cpython-28624fd32392e9bf2932e65feb7b8c06a090f26a.tar.bz2 |
Backport for bug #1108490: fix broken link.
Diffstat (limited to 'Doc/lib')
-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 |