From d0988232edd47e72d061edca07e1d35c7f9125bb Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Tue, 8 Jul 2014 11:34:26 -0500 Subject: [PATCH] Fix typo in Getting Started import Fixes #148 --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 2c6cda32..8b33b3e8 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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'],