Skip to content

Commit

Permalink
DOC-3278 Update comment for retry policy (datastax#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce authored and dkropachev committed Aug 15, 2024
1 parent 93a59fe commit 44144ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ def on_request_error(self, query, consistency, error, retry_num):
`retry_num` counts how many times the operation has been retried, so
the first time this method is called, `retry_num` will be 0.
The default, it triggers a retry on the next host in the query plan
By default, it triggers a retry on the next host in the query plan
with the same consistency level.
"""
# TODO revisit this for the next major
Expand Down

0 comments on commit 44144ee

Please sign in to comment.