Skip to content

Commit b6e74ca

Browse files
apetencheaaMahanna
andauthored
Update arango/collection.py
Co-authored-by: Anthony Mahanna <[email protected]>
1 parent a03ec2d commit b6e74ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ def add_skiplist_index(
13871387
:rtype: dict
13881388
:raise arango.exceptions.IndexCreateError: If create fails.
13891389
"""
1390-
m = "add_skiplist_index is deprecated. Using add_index with {'type': 'persistent'} instead." # noqa: E501
1390+
m = "add_skiplist_index is deprecated. Using add_index with {'type': 'skiplist'} instead." # noqa: E501
13911391
warn(m, DeprecationWarning, stacklevel=2)
13921392

13931393
data: Json = {"type": "skiplist", "fields": fields}

0 commit comments

Comments
 (0)