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 698760b commit bdf6631Copy full SHA for bdf6631
docs/source/index.rst
@@ -20,7 +20,7 @@ Quick Example
20
for record in tx.run("MATCH (a:Person)-[:KNOWS]->(f) "
21
"WHERE a.name = {name} "
22
"RETURN f.name", name=name):
23
- print(record["f.name"])
+ print(record["f.name"])
24
25
with driver.session() as session:
26
session.read_transaction(print_friends_of, "Alice")
0 commit comments