We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf58fdf commit d098823Copy full SHA for d098823
1 file changed
docs/getting_started.rst
@@ -40,7 +40,7 @@ behavior in some other way, this is the place to do it:
40
.. code-block:: python
41
42
from cassandra.cluster import Cluster
43
- from cassandra.polices import DCAwareRoundRobinPolicy
+ from cassandra.policies import DCAwareRoundRobinPolicy
44
45
cluster = Cluster(
46
['10.1.1.3', '10.1.1.4', '10.1.1.5'],
0 commit comments