From 2a602ebda95ee16fd108416725156b80c4bbd17f Mon Sep 17 00:00:00 2001 From: Wei Qi <41443157+oohx@users.noreply.github.com> Date: Wed, 10 Aug 2022 17:37:37 +0800 Subject: [PATCH] Update ConnectionPool.py (#214) rename connnects to connects Co-authored-by: Wei Qi <41443157+sevenold@users.noreply.github.com> --- nebula2/gclient/net/ConnectionPool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nebula2/gclient/net/ConnectionPool.py b/nebula2/gclient/net/ConnectionPool.py index 443547fc..07fc549b 100644 --- a/nebula2/gclient/net/ConnectionPool.py +++ b/nebula2/gclient/net/ConnectionPool.py @@ -216,7 +216,7 @@ def close(self): connection.close() self._close = True - def connnects(self): + def connects(self): """get the number of existing connections :return: the number of connections