diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-08 02:15:04 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-08 02:15:04 +0200 |
commit | eb35f25412c0034f6190f3d8f144b80c6928249f (patch) | |
tree | 8b0129a2d24f22d21c4028984ea327a53ab6364c | |
parent | 5472c1c0047b110a4536002b60d93a3c64cd980e (diff) | |
download | cpython-git-eb35f25412c0034f6190f3d8f144b80c6928249f.tar.gz |
Fix a typo and a broken link (part of #10536).
Found by Franz Glasner in #2504.
-rw-r--r-- | Doc/library/gettext.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index c55aaf4def..9b4eb0c73b 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -300,7 +300,7 @@ are the methods of :class:`NullTranslations`: .. method:: lngettext(singular, plural, n) - If a fallback has been set, forward :meth:`ngettext` to the + If a fallback has been set, forward :meth:`lngettext` to the fallback. Otherwise, return the translated message. Overridden in derived classes. @@ -756,8 +756,8 @@ implementations, and valuable experience to the creation of this module: .. [#] See the footnote for :func:`bindtextdomain` above. .. [#] François 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 http - ://po-utils.progiciels-bpi.ca/. + similar job. It is available as part of his `po-utils package + <http://po-utils.progiciels-bpi.ca/>`_. .. [#] :program:`msgfmt.py` is binary compatible with GNU :program:`msgfmt` except that it provides a simpler, all-Python implementation. With this and |