mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
client.py: improve docstring
This commit is contained in:
parent
770f976a85
commit
0409bc5628
@ -258,7 +258,7 @@ class Client(node.Node, pollmixin.PollMixin):
|
||||
self._key_generator = None
|
||||
|
||||
def get_servers(self, service_name):
|
||||
""" Return set of (peerid, versioned-rref) """
|
||||
""" Return frozenset of (peerid, versioned-rref) """
|
||||
assert isinstance(service_name, str)
|
||||
return self.introducer_client.get_peers(service_name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user