Skip to content

Commit 1cae2b7

Browse files
authored
Merge pull request elastic#695 from fbacchella/explicitly_typo
Typo in a comment.
2 parents d5da2ba + b4a66c6 commit 1cae2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,6 @@ def perform_request(self, method, url, headers=None, params=None, body=None):
347347

348348
def close(self):
349349
"""
350-
Explcitly closes connections
350+
Explicitly closes connections
351351
"""
352352
self.connection_pool.close()

0 commit comments

Comments
 (0)