From: Georg Brandl Date: Wed, 29 Jul 2009 16:06:31 +0000 (+0000) Subject: #6593: fix link targets. X-Git-Tag: v2.7a1~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762;p=thirdparty%2FPython%2Fcpython.git #6593: fix link targets. --- diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index 405a3820af9e..f64631f212b5 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:`_`