Fix docstring typo

Fix minor typo in need_resources_on_remotes() method docstring.

Signed-off-by: Przemysław Lal <przemyslaw.lal@canonical.com>
Change-Id: I1e7c377957552b179576bd4ec20089661379e763
This commit is contained in:
Przemysław Lal 2021-02-22 16:31:16 +01:00
parent 49a9b21e57
commit 2e218038b8
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ def get_ip_addr_from_resource_params(params):
def need_resources_on_remotes():
"""Whether to run resources on remote nodes.
Check the 'enable-resources' setting accross the remote units. If it is
Check the 'enable-resources' setting across the remote units. If it is
absent or inconsistent then raise a ValueError.
:returns: Whether to run resources on remote nodes