diff --git a/arango/collections/base.py b/arango/collections/base.py index 7f853813..4d3ef715 100644 --- a/arango/collections/base.py +++ b/arango/collections/base.py @@ -1018,7 +1018,7 @@ def add_hash_index(self, the index per document. Trying to insert a value into the index that already exists will always fail, regardless of the value of this field. - :param deduplicate: bool + :type deduplicate: bool :returns: the details on the new index :rtype: dict :raises arango.exceptions.IndexCreateError: if the hash index cannot @@ -1056,7 +1056,7 @@ def add_skiplist_index(self, the index per document. Trying to insert a value into the index that already exists will always fail, regardless of the value of this field. - :param deduplicate: bool + :type deduplicate: bool :returns: the details on the new index :rtype: dict :raises arango.exceptions.IndexCreateError: if the skiplist index