From 5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 29 Jul 2009 16:06:31 +0000 Subject: [PATCH] #6593: fix link targets. --- Doc/library/gettext.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index 405a3820af..f64631f212 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -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:`_` -- 2.50.1