Fix typo in Getting Started import

Fixes #148
This commit is contained in:
Tyler Hobbs
2014-07-08 11:34:26 -05:00
parent bf58fdf30e
commit d0988232ed

View File

@@ -40,7 +40,7 @@ behavior in some other way, this is the place to do it:
.. code-block:: python
from cassandra.cluster import Cluster
from cassandra.polices import DCAwareRoundRobinPolicy
from cassandra.policies import DCAwareRoundRobinPolicy
cluster = Cluster(
['10.1.1.3', '10.1.1.4', '10.1.1.5'],