Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Jul 31, 2017
2 parents 145bc7f + 061910c commit cef2fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arango/collections/base.py
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cef2fc0

Please sign in to comment.