Skip to content

Commit e326e1e

Browse files
author
Vladimir I
committed
Fix gh-825 feedback: Submodule box.index
Fixed iterator-type parameter syntax scheme
1 parent 07d8a06 commit e326e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/1.10/book/box/box_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Below is a list of all ``box.index`` functions and members.
133133
134134
.. _box_index-index_pairs:
135135

136-
.. method:: pairs([key [, iterator-type]])
136+
.. method:: pairs([key [,{iterator = iterator-type}]])
137137

138138
Search for a tuple or a set of tuples via the given index,
139139
and allow iterating over one tuple at a time.

0 commit comments

Comments
 (0)