Skip to content

Commit d098823

Browse files
committed
Fix typo in Getting Started import
Fixes #148
1 parent bf58fdf commit d098823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ behavior in some other way, this is the place to do it:
4040
.. code-block:: python
4141
4242
from cassandra.cluster import Cluster
43-
from cassandra.polices import DCAwareRoundRobinPolicy
43+
from cassandra.policies import DCAwareRoundRobinPolicy
4444
4545
cluster = Cluster(
4646
['10.1.1.3', '10.1.1.4', '10.1.1.5'],

0 commit comments

Comments
 (0)