diff --git a/doc/target.rst b/doc/target.rst index a7c894e..ab34aff 100644 --- a/doc/target.rst +++ b/doc/target.rst @@ -222,8 +222,8 @@ Target Transfer a file from the host machine to the target device. - :param source: path of to the file on the host - :param dest: path of to the file on the target + :param source: path on the host + :param dest: path on the target :param as_root: whether root is required. Defaults to false. :param timeout: timeout (in seconds) for the transfer; if the transfer does not complete within this period, an exception will be raised. @@ -232,8 +232,8 @@ Target Transfer a file from the target device to the host machine. - :param source: path of to the file on the target - :param dest: path of to the file on the host + :param source: path on the target + :param dest: path on the host :param as_root: whether root is required. Defaults to false. :param timeout: timeout (in seconds) for the transfer; if the transfer does not complete within this period, an exception will be raised.