Skip to content

Commit

Permalink
Merge pull request #476 from cjohnston1158/model-doc-tweaks
Browse files Browse the repository at this point in the history
Fix minor typo in docs
  • Loading branch information
ajkavanagh authored Jan 14, 2022
2 parents f6bae71 + 9bee7e8 commit a1edf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zaza/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1edf18

Please sign in to comment.