mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
docstring improvements
This commit is contained in:
@ -376,7 +376,7 @@ class _Client(node.Node, pollmixin.PollMixin):
|
|||||||
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider, introducer_clients,
|
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider, introducer_clients,
|
||||||
storage_farm_broker):
|
storage_farm_broker):
|
||||||
"""
|
"""
|
||||||
Use create_client() to instantiate one of these.
|
Use :func:`allmydata.client.create_client` to instantiate one of these.
|
||||||
"""
|
"""
|
||||||
node.Node.__init__(self, config, main_tub, control_tub, i2p_provider, tor_provider)
|
node.Node.__init__(self, config, main_tub, control_tub, i2p_provider, tor_provider)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user