Skip to content

Commit

Permalink
Merge pull request pycassa#192 from termie/master
Browse files Browse the repository at this point in the history
fix example code in Getting a ColumnFamily
  • Loading branch information
hannosch committed Mar 15, 2013
2 parents 89585ae + b620b80 commit dc09c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.rst
Expand Up @@ -132,7 +132,7 @@ are included in the default schema file:
>>> from pycassa.columnfamily import ColumnFamily
>>>
>>> pool = ConnectionPool('Keyspace1')
>>> col_fam = pycassa.ColumnFamily(pool, 'ColumnFamily1')
>>> col_fam = ColumnFamily(pool, 'ColumnFamily1')
If you get an error about the keyspace or column family not
existing, make sure you created the keyspace and column family as
Expand Down

0 comments on commit dc09c50

Please sign in to comment.