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.
2 parents 5b44eda + e4e01fc commit a7d0aeaCopy full SHA for a7d0aea
test/test_examples.py
@@ -60,7 +60,7 @@ def test_statement_without_parameters(self):
60
result = session.run("CREATE (p:Person { name: 'The One' })")
61
ones_created = result.summary.statistics.nodes_created
62
print("There were {0} the ones created.".format(ones_created))
63
- #end::statement-without-parameterst[]
+ #end::statement-without-parameters[]
64
assert ones_created == 1
65
session.close()
66
0 commit comments