We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2c40b commit cd8d99cCopy full SHA for cd8d99c
docs/source/index.rst
@@ -126,7 +126,7 @@ Finding nodes.
126
friends = []
127
result = tx.run("MATCH (a:Person)-[:KNOWS]->(f) "
128
"WHERE a.name = $name "
129
- "RETURN f.name AS friend", name=name):
+ "RETURN f.name AS friend", name=name)
130
for record in result:
131
friends.append(record["friend"])
132
return friends
0 commit comments