From a84194fc96e978fc5fdc9ea28aeea6723b7f1422 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Wed, 12 Aug 2020 15:59:15 +0100 Subject: [PATCH] add missing colon to docs tag --- tests/integration/examples/test_pass_bookmarks_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/examples/test_pass_bookmarks_example.py b/tests/integration/examples/test_pass_bookmarks_example.py index d1a4a471..605238f7 100644 --- a/tests/integration/examples/test_pass_bookmarks_example.py +++ b/tests/integration/examples/test_pass_bookmarks_example.py @@ -21,7 +21,7 @@ import pytest -# tag:pass-bookmarks-import[] +# tag::pass-bookmarks-import[] from neo4j import GraphDatabase # end::pass-bookmarks-import[]