Skip to content

Commit

Permalink
Update arango/collection.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Mahanna <[email protected]>
  • Loading branch information
apetenchea and aMahanna authored May 29, 2024
1 parent 6ba1d7a commit a03ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arango/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ def add_index(self, data: Json, formatter: bool = False) -> Result[Json]:
.. note::
As the `add_index` method was made available starting with driver
version 8, we have decided to depreciate the other `add_*_index`
version 8, we have decided to deprecate the other `add_*_index`
methods, making this the official way to create indexes. While
the other methods still work, we recommend using this one instead.
Note that the other methods would use a formatter by default,
Expand Down

0 comments on commit a03ec2d

Please sign in to comment.