From 9bee7e89cbb8cb62b10f9650f4e231ce13d59e16 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Fri, 14 Jan 2022 00:25:37 +0000 Subject: [PATCH] Fix minor typo in docs --- zaza/model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/model.py b/zaza/model.py index 507b57228..2c41a5b6a 100644 --- a/zaza/model.py +++ b/zaza/model.py @@ -350,7 +350,7 @@ async def async_scp_to_unit(unit_name, source, destination, model_name=None, async def async_scp_to_all_units(application_name, source, destination, model_name=None, user='ubuntu', proxy=False, scp_opts=''): - """Transfer files from to all units of an application. + """Transfer files to all units of an application. :param model_name: Name of model unit is in :type model_name: str @@ -378,7 +378,7 @@ async def async_scp_to_all_units(application_name, source, destination, async def async_scp_from_unit(unit_name, source, destination, model_name=None, user='ubuntu', proxy=False, scp_opts=''): - """Transfer files from to unit_name in model_name. + """Transfer files from unit_name in model_name. :param model_name: Name of model unit is in :type model_name: str