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>2018-12-01 09:32:31 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-01 10:48:05 +0300
commit495483d28d2e3517bd3b4087c7fac42de53e01e9 (patch)
treef06929adb555d2fc2b33bf3353c826503be2bc39 /sphinx/addnodes.py
parent720afb5ba00be7ae0c7a49909501c9decabb86d1 (diff)
Fix annotations for i18n
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r--sphinx/addnodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py
index 5d45aa44d..fccdf7a0a 100644
--- a/sphinx/addnodes.py
+++ b/sphinx/addnodes.py
@@ -21,7 +21,7 @@ if False:
from sphinx.util.typing import unicode # NOQA
-class translatable:
+class translatable(nodes.Node):
"""Node which supports translation.
The translation goes forward with following steps: