Skip to content

Commit 903393a

Browse files
committed
typo in docstring [skip ci]
1 parent 05a6245 commit 903393a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astropy/samp/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __getattr__(self, name):
8383
return _ServerProxyPoolMethod(self._proxies, name)
8484

8585
def shutdown(self):
86-
"""Shut down the proxy pool but closing all active conections."""
86+
"""Shut down the proxy pool by closing all active conections."""
8787

8888
while True:
8989
try:

0 commit comments

Comments
 (0)