We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eb10c commit 927e3adCopy full SHA for 927e3ad
1 file changed
docs/index.rst
@@ -53,10 +53,10 @@ Getting Started
53
54
# see http://datastax.github.io/python-driver/api/cassandra/cluster.html for options
55
# the list of hosts will be passed to create a Cluster() instance
56
- >>> connection.setup(['127.0.0.1'])
+ >>> connection.setup(['127.0.0.1'], "cqlengine")
57
58
# if you're connecting to a 1.2 cluster
59
- >>> connection.setup(['127.0.0.1'], protocol_version=1)
+ >>> connection.setup(['127.0.0.1'], "cqlengine", protocol_version=1)
60
61
#...and create your CQL table
62
>>> from cqlengine.management import sync_table
0 commit comments