Skip to content

Commit b9b976e

Browse files
absurdfarcedkropachev
authored andcommitted
DOC-3278 Update comment for retry policy (datastax#1158)
1 parent 070d72a commit b9b976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ def on_request_error(self, query, consistency, error, retry_num):
10271027
`retry_num` counts how many times the operation has been retried, so
10281028
the first time this method is called, `retry_num` will be 0.
10291029
1030-
The default, it triggers a retry on the next host in the query plan
1030+
By default, it triggers a retry on the next host in the query plan
10311031
with the same consistency level.
10321032
"""
10331033
# TODO revisit this for the next major

0 commit comments

Comments
 (0)