File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ def add_hash_index(self,
1018
1018
the index per document. Trying to insert a value into the index
1019
1019
that already exists will always fail, regardless of the value of
1020
1020
this field.
1021
- :param deduplicate: bool
1021
+ :type deduplicate: bool
1022
1022
:returns: the details on the new index
1023
1023
:rtype: dict
1024
1024
:raises arango.exceptions.IndexCreateError: if the hash index cannot
@@ -1056,7 +1056,7 @@ def add_skiplist_index(self,
1056
1056
the index per document. Trying to insert a value into the index
1057
1057
that already exists will always fail, regardless of the value of
1058
1058
this field.
1059
- :param deduplicate: bool
1059
+ :type deduplicate: bool
1060
1060
:returns: the details on the new index
1061
1061
:rtype: dict
1062
1062
:raises arango.exceptions.IndexCreateError: if the skiplist index
You can’t perform that action at this time.
0 commit comments