diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 14:04:47 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 14:04:47 (GMT) |
commit | 144691cfd8848d46a36bcce3400139c1a2fce475 (patch) | |
tree | 0027fd04a4f2da5f8463cf19a6976337a2f222a2 /Doc | |
parent | 35f64c12d3d43c1d0022cab1fb9b9464edf1a13e (diff) | |
download | cpython-144691cfd8848d46a36bcce3400139c1a2fce475.zip cpython-144691cfd8848d46a36bcce3400139c1a2fce475.tar.gz cpython-144691cfd8848d46a36bcce3400139c1a2fce475.tar.bz2 |
Update URL
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgettext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index e41f8bf..34b0500 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -549,7 +549,7 @@ The \program{pygettext}\footnote{Fran\c cois Pinard has written a program called \program{xpot} which does a similar job. It is available as part of his \program{po-utils} package at -\url{http://www.iro.umontreal.ca/contrib/po-utils/HTML/}.} program +\url{http://po-utils.progiciels-bpi.ca/}.} program scans all your Python source code looking for the strings you previously marked as translatable. It is similar to the GNU \program{gettext} program except that it understands all the |