Fix to documentation of BatchQuery

This commit is contained in:
Alon Diamant
2014-10-27 13:44:19 +02:00
parent 66aa65be6e
commit 72a17063bf

View File

@@ -96,7 +96,7 @@ class BatchQuery(object):
to the batch transaction.
:type timestamp: datetime or timedelta or None
:param consistency: (optional) One of consistency values ("ANY", "ONE", "QUORUM" etc)
:type consistency: str or None
:type consistency: The :class:`.ConsistencyLevel` to be used for the batch query, or None.
:param execute_on_exception: (Defaults to False) Indicates that when the BatchQuery instance is used
as a context manager the queries accumulated within the context must be executed despite
encountering an error within the context. By default, any exception raised from within