File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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,
10181018 the index per document. Trying to insert a value into the index
10191019 that already exists will always fail, regardless of the value of
10201020 this field.
1021- :param deduplicate: bool
1021+ :type deduplicate: bool
10221022 :returns: the details on the new index
10231023 :rtype: dict
10241024 :raises arango.exceptions.IndexCreateError: if the hash index cannot
@@ -1056,7 +1056,7 @@ def add_skiplist_index(self,
10561056 the index per document. Trying to insert a value into the index
10571057 that already exists will always fail, regardless of the value of
10581058 this field.
1059- :param deduplicate: bool
1059+ :type deduplicate: bool
10601060 :returns: the details on the new index
10611061 :rtype: dict
10621062 :raises arango.exceptions.IndexCreateError: if the skiplist index
You can’t perform that action at this time.
0 commit comments