Skip to content

Commit 116c134

Browse files
author
Vladimir Ilyin
committed
Naming
1 parent 58b56e9 commit 116c134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-database-support-plugin/src/main/resources/pythonInjections.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Neo4j Driver 1.7.x -->
55
<injection language="Cypher" injector-id="python">
6-
<display-name>Neo4j - Python Driver</display-name>
6+
<display-name>Neo4j Driver (neo4j.v1.api)</display-name>
77
<place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run",0,"neo4j.v1.api.Session"))]]></place>
88
<place><![CDATA[pyLiteralExpression().and(pyMethodArgument("run",0,"neo4j.v1.api.Transaction"))]]></place>
99
</injection>

0 commit comments

Comments
 (0)