diff --git a/test/test_examples.py b/test/test_examples.py index 06c4fd666..fa704bf79 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -60,7 +60,7 @@ def test_statement_without_parameters(self): result = session.run("CREATE (p:Person { name: 'The One' })") ones_created = result.summary.statistics.nodes_created print("There were {0} the ones created.".format(ones_created)) - #end::statement-without-parameterst[] + #end::statement-without-parameters[] assert ones_created == 1 session.close()