From 9ee2c264c37a71bd1c60f6032c50630b87e3c611 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 28 May 2019 10:35:25 +0200 Subject: [PATCH] DOC: Unnecessary plural. (GH-13613) --- Doc/library/gettext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0