diff options
Diffstat (limited to 'Doc/library/gettext.rst')
-rw-r--r-- | Doc/library/gettext.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index a29d953..eba59c8 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -194,7 +194,7 @@ class can also install themselves in the built-in namespace as the function :func:`translation`. 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:`_` |