Skip to content

Commit

Permalink
Update ConnectionPool.py (#214)
Browse files Browse the repository at this point in the history
rename connnects to connects

Co-authored-by: Wei Qi <[email protected]>
  • Loading branch information
sevenold and sevenold authored Aug 10, 2022
1 parent f9e8b11 commit 2a602eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula2/gclient/net/ConnectionPool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a602eb

Please sign in to comment.