From: Julien Palard 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ee2c264c37a71bd1c60f6032c50630b87e3c611;p=thirdparty%2FPython%2Fcpython.git DOC: Unnecessary plural. (GH-13613) --- diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index 7f4eab5843f5..937330bb201b 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