]> granicus.if.org Git - python/commitdiff
DOC: Unnecessary plural. (GH-13613)
authorJulien Palard <julien@palard.fr>
Tue, 28 May 2019 08:35:25 +0000 (10:35 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 08:35:25 +0000 (10:35 +0200)
Doc/library/gettext.rst

index 7f4eab5843f5f246831a2590876f358e13354d8b..937330bb201b083ab0d8fb0ec70447e9c34b781d 100644 (file)
@@ -39,7 +39,7 @@ class-based API instead.
    Bind the *domain* to the locale directory *localedir*.  More concretely,
    :mod:`gettext` will look for binary :file:`.mo` files for the given domain using
    the path (on Unix): :file:`{localedir}/{language}/LC_MESSAGES/{domain}.mo`, where
-   *languages* is searched for in the environment variables :envvar:`LANGUAGE`,
+   *language* is searched for in the environment variables :envvar:`LANGUAGE`,
    :envvar:`LC_ALL`, :envvar:`LC_MESSAGES`, and :envvar:`LANG` respectively.
 
    If *localedir* is omitted or ``None``, then the current binding for *domain* is