From b4a66c60a32dbccf9cdc8e6623daddaa89a1cd9c Mon Sep 17 00:00:00 2001 From: Fabrice Bacchella Date: Mon, 1 Jan 2018 17:35:26 +0100 Subject: [PATCH] Typo in a comment. --- elasticsearch/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/transport.py b/elasticsearch/transport.py index a7aa6009..3ca7a2b2 100644 --- a/elasticsearch/transport.py +++ b/elasticsearch/transport.py @@ -347,6 +347,6 @@ class Transport(object): def close(self): """ - Explcitly closes connections + Explicitly closes connections """ self.connection_pool.close()