Skip to content

Commit a98f16d

Browse files
authored
Merge pull request #80 from neo4j/1.0-readme
Removed result.close from README
2 parents 251257a + d47ce0f commit a98f16d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Example Usage
3131
result = session.run("MATCH (a:Person) RETURN a.name AS name")
3232
for record in result:
3333
print(record["name"])
34-
result.close()
3534
session.close()
3635
3736

0 commit comments

Comments
 (0)