Skip to content

Commit cef2fc0

Browse files
committed
Merge branch 'dev'
2 parents 145bc7f + 061910c commit cef2fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arango/collections/base.py

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)