diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-22 00:49:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-22 00:49:11 (GMT) |
commit | ef13949e0059a2b1e6fd88298b73668e5cdf8c83 (patch) | |
tree | d8b0f9a7390057e18f3584abab396cbab0b80b9a | |
parent | e3ea28128091a88df9aebc2ad055efd6c377d0b6 (diff) | |
download | cpython-ef13949e0059a2b1e6fd88298b73668e5cdf8c83.zip cpython-ef13949e0059a2b1e6fd88298b73668e5cdf8c83.tar.gz cpython-ef13949e0059a2b1e6fd88298b73668e5cdf8c83.tar.bz2 |
Avoid a 301 permanent redirect.
Part of SF patch #773007.
-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 e98d9f6..043fa58 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -442,7 +442,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://www.iro.umontreal.ca/contrib/po-utils/HTML/}.} 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 |