From f3449cf63be0cb6a4febab33947d5ba6248eda72 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Wed, 10 Jan 2018 08:37:29 +0800 Subject: [PATCH] Fixed typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index dde615e..05a3e47 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,7 +58,7 @@ change some internal defaults: For more complex applications you might want to have multiple applications for different users which is where selector functions come in handy. The -first time the babel extension needs the locale (language code) of the +first time the babel extension needs the locale (locale code/ID) of the current user it will call a :meth:`~Babel.localeselector` function, and the first time the timezone is needed it will call a :meth:`~Babel.timezoneselector` function.