summaryrefslogtreecommitdiff
path: root/redis/commands/graph/query_result.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/graph/query_result.py')
-rw-r--r--redis/commands/graph/query_result.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/commands/graph/query_result.py b/redis/commands/graph/query_result.py
index e9d9f4d..644ac5a 100644
--- a/redis/commands/graph/query_result.py
+++ b/redis/commands/graph/query_result.py
@@ -292,9 +292,9 @@ class QueryResult:
# record = []
# for idx, cell in enumerate(row):
# if type(cell) is Node:
- # record.append(cell.toString())
+ # record.append(cell.to_string())
# elif type(cell) is Edge:
- # record.append(cell.toString())
+ # record.append(cell.to_string())
# else:
# record.append(cell)
# tbl.add_row(record)