From db892d011e56137c2bd50341cd7a371c6b5651d0 Mon Sep 17 00:00:00 2001 From: Jon Haddad Date: Tue, 12 Aug 2014 16:22:58 -0700 Subject: [PATCH] fixed example --- docs/topics/connection.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/topics/connection.rst b/docs/topics/connection.rst index 11eeda39..658b3fc4 100644 --- a/docs/topics/connection.rst +++ b/docs/topics/connection.rst @@ -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 :, or just :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