From b9924683acb3e8dd11c8f71344d900af79ebd2de Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 27 Jan 2019 03:00:46 +0000 Subject: [PATCH] ansible: docstring fixes. --- ansible_mitogen/target.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_mitogen/target.py b/ansible_mitogen/target.py index a38784ef..65c5750c 100644 --- a/ansible_mitogen/target.py +++ b/ansible_mitogen/target.py @@ -145,7 +145,7 @@ if ( def get_small_file(context, path): """ - Basic in-memory caching module fetcher. This generates an one roundtrip for + Basic in-memory caching module fetcher. This generates one roundtrip for every previously unseen file, so it is only a temporary solution. :param context: @@ -168,8 +168,8 @@ def transfer_file(context, in_path, out_path, sync=False, set_owner=False): controller. :param mitogen.core.Context context: - Reference to the context hosting the FileService that will be used to - fetch the file. + Reference to the context hosting the FileService that will transmit the + file. :param bytes in_path: FileService registered name of the input file. :param bytes out_path: