From 0cd23e49d2b9ce8b03806c55f2af3a92b015835f Mon Sep 17 00:00:00 2001 From: J Charitopoulos Date: Tue, 10 Feb 2015 16:16:21 +0100 Subject: [PATCH] minor syntax --- elasticsearch/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index d6cf02cd..8ed827f1 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -74,7 +74,7 @@ class Elasticsearch(object): preferred (and only supported) way to get access to those classes and their methods. - You can speify your own connection class which should be used by providing + You can specify your own connection class which should be used by providing the ``connection_class`` parameter:: # create connection to localhost using the ThriftConnection