]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#6593: fix link targets.
authorGeorg Brandl <georg@python.org>
Wed, 29 Jul 2009 16:06:31 +0000 (16:06 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 29 Jul 2009 16:06:31 +0000 (16:06 +0000)
Doc/library/gettext.rst

index 405a3820af9ee3fad5f34f09affa9a1b4a09a9be..f64631f212b57e771526f564b2bd2246c0b6139c 100644 (file)
@@ -208,10 +208,10 @@ the built-in namespace as the function :func:`_`.
    This installs the function :func:`_` in Python's builtins namespace, based on
    *domain*, *localedir*, and *codeset* which are passed to the function
    :func:`translation`.  The *unicode* flag is passed to the resulting translation
-   object's :meth:`install` method.
+   object's :meth:`~NullTranslations.install` method.
 
    For the *names* parameter, please see the description of the translation
-   object's :meth:`install` method.
+   object's :meth:`~NullTranslations.install` method.
 
    As seen below, you usually mark the strings in your application that are
    candidates for translation, by wrapping them in a call to the :func:`_`