Minor Correction in exceptions.py

This commit is contained in:
Xiaodong
2019-11-08 17:25:47 -05:00
committed by Honza Král
parent 39ada119fe
commit 4bdac2a0b1
+1 -1
View File
@@ -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):