Skip to content

Commit 3336c03

Browse files
committed
wording change suggested by Martin
1 parent d5fdb10 commit 3336c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/examples/test_driver_introduction_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _find_and_return_person(tx, person_name):
9191

9292

9393
if __name__ == "__main__":
94-
# Aura queries use an encrypted connection using the "neo4j+s" protocol
94+
# Aura queries use an encrypted connection using the "neo4j+s" URI scheme
9595
bolt_url = "%%BOLT_URL_PLACEHOLDER%%"
9696
user = "<Username for Neo4j Aura database>"
9797
password = "<Password for Neo4j Aura database>"

0 commit comments

Comments
 (0)