summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-29 16:06:31 (GMT)
committerGeorg Brandl <georg@python.org>2009-07-29 16:06:31 (GMT)
commit5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762 (patch)
tree0532b2d7bac146bedf8c3f873a1d36f325c30de6 /Doc/library
parent3e5b027a64e9eccc8d2100e717c19f61d3a51d62 (diff)
downloadcpython-5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762.zip
cpython-5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762.tar.gz
cpython-5b3e7e9c61cef6e375eceb3f6e4f774d6e13b762.tar.bz2
#6593: fix link targets.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/gettext.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst
index 405a382..f64631f 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:`_`