Skip to content

Commit

Permalink
A bit more README experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Aug 2, 2011
1 parent 77d6959 commit fb67a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mkd
Expand Up @@ -59,9 +59,9 @@ Basic Usage
To get a connection pool, pass a Keyspace and an optional list of servers:

~~~~~~ {python}
import pycassa
pool = pycassa.ConnectionPool('Keyspace1') # Defaults to connecting to the server at 'localhost:9160'
pool = pycassa.ConnectionPool('Keyspace1', server_list=['192.168.2.10'])
>>> import pycassa
>>> pool = pycassa.ConnectionPool('Keyspace1') # Defaults to connecting to the server at 'localhost:9160'
>>> pool = pycassa.ConnectionPool('Keyspace1', server_list=['192.168.2.10'])
~~~~~~

To use the standard interface, create a ColumnFamily instance.
Expand Down

0 comments on commit fb67a2d

Please sign in to comment.