Skip to content

Commit 881455c

Browse files
committed
Fix docstring; structure of index node has changed since Sphinx-1.4
1 parent 5e6dbe1 commit 881455c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx/addnodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement):
116116
"""Node for index entries.
117117
118118
This node is created by the ``index`` directive and has one attribute,
119-
``entries``. Its value is a list of 4-tuples of ``(entrytype, entryname,
120-
target, ignored)``.
119+
``entries``. Its value is a list of 5-tuples of ``(entrytype, entryname,
120+
target, ignored, key)``.
121121
122122
*entrytype* is one of "single", "pair", "double", "triple".
123123
"""

0 commit comments

Comments
 (0)