Fix typos in README.rst
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
Python Elasticsearch Client
|
Python Elasticsearch Client
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Official low-level client for Elasticsearch. It's goal is to provide common
|
Official low-level client for Elasticsearch. Its goal is to provide common
|
||||||
ground for all Elasticsearch-related code in Python; because of this it tries
|
ground for all Elasticsearch-related code in Python; because of this it tries
|
||||||
to be opinion-free and very extendable.
|
to be opinion-free and very extendable.
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ The client's features include:
|
|||||||
decoded for performance reasons)
|
decoded for performance reasons)
|
||||||
* configurable automatic discovery of cluster nodes
|
* configurable automatic discovery of cluster nodes
|
||||||
* persistent connections
|
* persistent connections
|
||||||
* load balancing (with pluggable selection strategy) across all availible nodes
|
* load balancing (with pluggable selection strategy) across all available nodes
|
||||||
* failed connection penalization (time based - failed connections won't be
|
* failed connection penalization (time based - failed connections won't be
|
||||||
retried until a timeout is reached)
|
retried until a timeout is reached)
|
||||||
* thread safety
|
* thread safety
|
||||||
|
|||||||
Reference in New Issue
Block a user