Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2018-12-28 14:50:20 +0300
committerjfbu <jfbu@free.fr>2018-12-28 14:50:20 +0300
commit32d57b8637b89cdbd90da748f7cd7cd0e6d7d9f8 (patch)
tree6ec66ea9f429f4853e063a47cf4d2cfcd46bc092 /sphinx/locale
parent4f37b3342a2497913258d05cde413242bae543d7 (diff)
parent38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (diff)
Merge branch '1.8'
resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py
Diffstat (limited to 'sphinx/locale')
-rw-r--r--sphinx/locale/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/locale/__init__.py b/sphinx/locale/__init__.py
index 79d601460..e955e34f5 100644
--- a/sphinx/locale/__init__.py
+++ b/sphinx/locale/__init__.py
@@ -155,7 +155,7 @@ def init(locale_dirs, language, catalog='sphinx', namespace='general'):
"""Look for message catalogs in `locale_dirs` and *ensure* that there is at
least a NullTranslations catalog set in `translators`. If called multiple
times or if several ``.mo`` files are found, their contents are merged
- together (thus making ``init`` reentrable).
+ together (thus making ``init`` reentrant).
"""
global translators
translator = translators.get((namespace, catalog))
@@ -314,8 +314,8 @@ admonitionlabels = {
'warning': _('Warning'),
}
-# Moved to sphinx.directives.other (will be overrided later)
+# Moved to sphinx.directives.other (will be overriden later)
versionlabels = {} # type: Dict[str, str]
-# Moved to sphinx.domains.python (will be overrided later)
+# Moved to sphinx.domains.python (will be overriden later)
pairindextypes = {} # type: Dict[str, str]