fixed example

This commit is contained in:
Jon Haddad
2014-08-12 16:22:58 -07:00
parent 927e3ad28e
commit db892d011e

View File

@@ -16,6 +16,9 @@ If there is a problem with one of the servers, cqlengine will try to connect to
:param hosts: list of hosts, strings in the <hostname>:<port>, or just <hostname>
:type hosts: list
:param default_keyspace: keyspace to default to
:type default_keyspace: str
:param consistency: the consistency level of the connection, defaults to 'ONE'
:type consistency: int