Skip to content

Commit e4e3484

Browse files
author
Bret McGuire
committed
Ninja fix for quorum docstring
1 parent 9a645c5 commit e4e3484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ConsistencyLevel(object):
5555

5656
QUORUM = 4
5757
"""
58-
``ceil(RF/2)`` replicas must respond to consider the operation a success
58+
``ceil(RF/2) + 1`` replicas must respond to consider the operation a success
5959
"""
6060

6161
ALL = 5

0 commit comments

Comments
 (0)