Skip to content

Commit

Permalink
update prepare_adb_vertex docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 16, 2023
1 parent 3a5426d commit dfa841f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions adbcug_adapter/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ def _prepare_arangodb_vertex(self, adb_vertex: Json, col: str) -> None:
"""Prepare an ArangoDB vertex before it gets inserted into the cuGraph
graph.
Given an ArangoDB vertex, you can modify it before it gets inserted
into the cuGraph graph, and/or derive a custom node id for cuGraph
Given an ArangoDB vertex, you can derive a custom node id for cuGraph
to use by updating the "_id" attribute of the vertex (otherwise the
vertex's current "_id" value will be used)
vertex's current "_id" value will be used).
:param adb_vertex: The ArangoDB vertex object to (optionally) modify.
:type adb_vertex: adbcug_adapter.typings.Json
Expand Down

0 comments on commit dfa841f

Please sign in to comment.