Skip to content

Commit cf2c75c

Browse files
committed
Fix typo in docs
1 parent 5d4719b commit cf2c75c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/neo4j/_async/driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ async def verify_authentication(
10921092
Try to establish a working read connection to the remote server or
10931093
a member of a cluster and exchange some data. In a cluster, there
10941094
is no guarantee about which server will be contacted. If the data
1095-
exchange is successful, the authentication information is valid and
1095+
exchange is successful and the authentication information is valid,
10961096
:const:`True` is returned. Otherwise, the error will be matched
10971097
against a list of known authentication errors. If the error is on
10981098
that list, :const:`False` is returned indicating that the

src/neo4j/_sync/driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ def verify_authentication(
10911091
Try to establish a working read connection to the remote server or
10921092
a member of a cluster and exchange some data. In a cluster, there
10931093
is no guarantee about which server will be contacted. If the data
1094-
exchange is successful, the authentication information is valid and
1094+
exchange is successful and the authentication information is valid,
10951095
:const:`True` is returned. Otherwise, the error will be matched
10961096
against a list of known authentication errors. If the error is on
10971097
that list, :const:`False` is returned indicating that the

0 commit comments

Comments
 (0)