Fix docstring; structure of index node has changed since Sphinx-1.4

This commit is contained in:
Takeshi KOMIYA
2016-05-24 11:42:19 +09:00
parent 5e6dbe1088
commit 881455ca4b

View File

@@ -116,8 +116,8 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement):
"""Node for index entries.
This node is created by the ``index`` directive and has one attribute,
``entries``. Its value is a list of 4-tuples of ``(entrytype, entryname,
target, ignored)``.
``entries``. Its value is a list of 5-tuples of ``(entrytype, entryname,
target, ignored, key)``.
*entrytype* is one of "single", "pair", "double", "triple".
"""