Skip to content

Commit 52ce22c

Browse files
committed
Fixing docs
1 parent 8c954a3 commit 52ce22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/indexes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on fields ``_from`` and ``_to``. For more information on indexes, refer to
5252
index = cities.add_index(ttl_index)
5353

5454
# Add MDI (multi-dimensional) index on field 'x' and 'y'.
55-
mdi_index = {'type': 'mdi', 'fields': ['x', 'y'], 'field_value_types': ['double']}
55+
mdi_index = {'type': 'mdi', 'fields': ['x', 'y'], 'fieldValueTypes': ['double']}
5656
index = cities.add_index(mdi_index)
5757

5858
# Indexes may be added with a name that can be referred to in AQL queries.

0 commit comments

Comments
 (0)