Skip to content

Commit 27fe457

Browse files
committed
Update comment
1 parent beeac0a commit 27fe457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/graph_data_science.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def run_cypher(
218218
if isinstance(self._query_runner, ArrowQueryRunner):
219219
qr = self._query_runner.fallback_query_runner()
220220

221-
# not using qr.execute_query as we dont know if it can be retried
221+
# not using qr.run_retryable_cypher as we dont know if it can be retried
222222
return qr.run_cypher(query, params, database, False)
223223

224224
def driver_config(self) -> dict[str, Any]:

0 commit comments

Comments
 (0)