From: Julien Palard <julien@palard.fr>
Date: Tue, 28 May 2019 08:35:25 +0000 (+0200)
Subject: DOC: Unnecessary plural. (GH-13613)
X-Git-Tag: v3.8.0b1~175
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ee2c264c37a71bd1c60f6032c50630b87e3c611;p=python

DOC: Unnecessary plural. (GH-13613)
---

diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst
index 7f4eab5843..937330bb20 100644
--- a/Doc/library/gettext.rst
+++ b/Doc/library/gettext.rst
@@ -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