[Python-checkins] r74252 - python/trunk/Doc/library/gettext.rst
georg.brandl
python-checkins at python.org
Wed Jul 29 18:06:32 CEST 2009
Author: georg.brandl
Date: Wed Jul 29 18:06:31 2009
New Revision: 74252
Log:
#6593: fix link targets.
Modified:
python/trunk/Doc/library/gettext.rst
Modified: python/trunk/Doc/library/gettext.rst
==============================================================================
--- python/trunk/Doc/library/gettext.rst (original)
+++ python/trunk/Doc/library/gettext.rst Wed Jul 29 18:06:31 2009
@@ -208,10 +208,10 @@
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:`_`
More information about the Python-checkins
mailing list