fakessh: rename API function to match index.rst.

pull/35/head
David Wilson 7 years ago
parent b22df44bf1
commit 1bd510601e

@ -34,7 +34,7 @@ econtext.fakessh
.. automodule:: econtext.fakessh .. automodule:: econtext.fakessh
.. autofunction:: econtext.fakessh.run_with_fake_ssh .. autofunction:: econtext.fakessh.run
Router Class Router Class

@ -311,7 +311,7 @@ def _fakessh_main(econtext_, dest_context_id):
# Public API. # Public API.
# #
def run_with_fake_ssh(dest, router, args, deadline=None): def run(dest, router, args, deadline=None):
""" """
Run the command specified by the argument vector `args` such that ``PATH`` Run the command specified by the argument vector `args` such that ``PATH``
searches for SSH by the command will cause its attempt to use SSH to searches for SSH by the command will cause its attempt to use SSH to

Loading…
Cancel
Save