File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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(
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments