Skip to content
Snippets Groups Projects
Commit d90289ad authored by Chiara Liotta's avatar Chiara Liotta
Browse files

fix a doc

parent b218400b
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ def create_data_relationship(driver: Driver, from_internal_node_id: int, to_inte
to_internal_node_id (int): the internal Neo4j ID of the second node
Returns:
tuple[str,str]: from_internal_node_id, to_internal_node_id
tuple[int,int]: from_internal_node_id, to_internal_node_id
"""
query = """
MATCH (a), (b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment