Skip to content

Commit 1565676

Browse files
committed
Updated example to use bolt+routing URI
1 parent 8cd1c3b commit 1565676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ For example::
160160
from socket import gaierror
161161
raise gaierror("Unexpected socket address %r" % socket_address)
162162

163-
driver = GraphDatabase.driver("bolt://foo:9999", auth=("neo4j", "password"), resolver=my_resolver)
163+
driver = GraphDatabase.driver("bolt+routing://foo:9999", auth=("neo4j", "password"), resolver=my_resolver)
164164

165165

166166

0 commit comments

Comments
 (0)