From d90289ad1e2746a9db32a442bf51e2159958d5d7 Mon Sep 17 00:00:00 2001
From: Chiara Liotta <liotta@astron.nl>
Date: Thu, 28 Nov 2024 14:08:22 +0100
Subject: [PATCH] fix a doc

---
 neo4j_queries/edge_queries.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neo4j_queries/edge_queries.py b/neo4j_queries/edge_queries.py
index 02d8128..c397009 100644
--- a/neo4j_queries/edge_queries.py
+++ b/neo4j_queries/edge_queries.py
@@ -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)
-- 
GitLab