File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1092,7 +1092,7 @@ async def verify_authentication(
1092
1092
Try to establish a working read connection to the remote server or
1093
1093
a member of a cluster and exchange some data. In a cluster, there
1094
1094
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,
1096
1096
:const:`True` is returned. Otherwise, the error will be matched
1097
1097
against a list of known authentication errors. If the error is on
1098
1098
that list, :const:`False` is returned indicating that the
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ def verify_authentication(
1091
1091
Try to establish a working read connection to the remote server or
1092
1092
a member of a cluster and exchange some data. In a cluster, there
1093
1093
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,
1095
1095
:const:`True` is returned. Otherwise, the error will be matched
1096
1096
against a list of known authentication errors. If the error is on
1097
1097
that list, :const:`False` is returned indicating that the
You can’t perform that action at this time.
0 commit comments