Skip to content

Commit a7d0aea

Browse files
committed
Merge pull request #24 from jjaderberg/1.0-examples
Fix typo in end tag
2 parents 5b44eda + e4e01fc commit a7d0aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_statement_without_parameters(self):
6060
result = session.run("CREATE (p:Person { name: 'The One' })")
6161
ones_created = result.summary.statistics.nodes_created
6262
print("There were {0} the ones created.".format(ones_created))
63-
#end::statement-without-parameterst[]
63+
#end::statement-without-parameters[]
6464
assert ones_created == 1
6565
session.close()
6666

0 commit comments

Comments
 (0)