From 8d9c7245ec01757bca2c139ec41c9112af6b3b1c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 10 Sep 2017 12:50:21 +0530 Subject: [PATCH] Tidy example. --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index aa5d2e70..5f1160c2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -150,8 +150,9 @@ example enforce an interactive sudo TTY and account password. webapp = router.sudo(via=webserver, username='webapp') # Transparently tunnelled over fileserver -> .. -> sudo.webapp link - fileserver.call(econtext.fakessh.run, webapp, - ['rsync', 'appdata', 'appserver:appdata']) + fileserver.call(econtext.fakessh.run, webapp, [ + 'rsync', 'appdata', 'appserver:appdata' + ]) Module Forwarder