From 4bdac2a0b1e8caef204548dc0c83215c870a7ad0 Mon Sep 17 00:00:00 2001 From: Xiaodong Date: Mon, 23 Sep 2019 16:27:54 +0800 Subject: [PATCH] Minor Correction in exceptions.py --- elasticsearch/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/exceptions.py b/elasticsearch/exceptions.py index c7d83b31..e5bfc5c6 100644 --- a/elasticsearch/exceptions.py +++ b/elasticsearch/exceptions.py @@ -91,7 +91,7 @@ class ConnectionError(TransportError): """ Error raised when there was an exception while talking to ES. Original exception from the underlying :class:`~elasticsearch.Connection` - implementation is available as ``.info.`` + implementation is available as ``.info``. """ def __str__(self):