diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-07 20:02:58 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-07 20:02:58 (GMT) |
commit | 35a502b32417241eba53336780afb10b54fcf4be (patch) | |
tree | 8e490fe104273461757abf452dcbed69305ac4f8 /Doc/library/gettext.rst | |
parent | f394e4785159167fe8889dd2537c8a74e01d4cc5 (diff) | |
download | cpython-35a502b32417241eba53336780afb10b54fcf4be.zip cpython-35a502b32417241eba53336780afb10b54fcf4be.tar.gz cpython-35a502b32417241eba53336780afb10b54fcf4be.tar.bz2 |
Fix a typo and a broken link (part of #10536).
Found by Franz Glasner in #2504.
Diffstat (limited to 'Doc/library/gettext.rst')
-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 bc825cc..0fa022c 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -263,7 +263,7 @@ are the methods of :class:`NullTranslations`: .. method:: lngettext(singular, plural, n) - If a fallback has been set, forward :meth:`ngettext` to the fallback. + If a fallback has been set, forward :meth:`lngettext` to the fallback. Otherwise, return the translated message. Overridden in derived classes. @@ -644,8 +644,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 |