diff options
| -rw-r--r-- | Doc/library/gettext.rst | 4 |
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:`_` |
