docstring improvements

This commit is contained in:
meejah 2018-08-24 15:41:31 -06:00
parent d6aeae0540
commit c22d7c632e

View File

@ -376,7 +376,7 @@ class _Client(node.Node, pollmixin.PollMixin):
def __init__(self, config, main_tub, control_tub, i2p_provider, tor_provider, introducer_clients,
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)