Merge pull request #695 from fbacchella/explicitly_typo

Typo in a comment.
This commit is contained in:
Nick Lang
2018-01-10 13:59:18 -07:00
committed by GitHub
+1 -1
View File
@@ -347,6 +347,6 @@ class Transport(object):
def close(self): def close(self):
""" """
Explcitly closes connections Explicitly closes connections
""" """
self.connection_pool.close() self.connection_pool.close()