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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-05-11 13:17:41 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-05-12 17:32:56 +0300
commit33837ac4933d7e42a55974e0e55cb7f6d7a1bfe5 (patch)
tree3acc757bcd77bb1081a1ae5a9d5da2b44753793c /sphinx/theming.py
parentbac9fcbb561d0346dc1c08eda9a2978816ce46b0 (diff)
Update messages
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r--sphinx/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py
index 7695323e6..7a11f4bbf 100644
--- a/sphinx/theming.py
+++ b/sphinx/theming.py
@@ -234,7 +234,7 @@ class HTMLThemeFactory(object):
if callable(target):
themedir = target()
if not isinstance(themedir, string_types):
- logger.warning(_('Theme extension %r does not response correctly.') %
+ logger.warning(_('Theme extension %r does not respond correctly.') %
entry_point.module_name)
else:
themedir = target