We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a6245 commit 903393aCopy full SHA for 903393a
1 file changed
astropy/samp/utils.py
@@ -83,7 +83,7 @@ def __getattr__(self, name):
83
return _ServerProxyPoolMethod(self._proxies, name)
84
85
def shutdown(self):
86
- """Shut down the proxy pool but closing all active conections."""
+ """Shut down the proxy pool by closing all active conections."""
87
88
while True:
89
try:
0 commit comments