Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cassandra/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,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