1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

doc/connection: Fix missing word

This commit is contained in:
Brendan Jackman 2017-01-27 19:31:44 +00:00
parent 9038339373
commit adedad8e32

View File

@ -25,7 +25,7 @@ class that implements the following methods.
Transfer a file from the host machine to the connected device.
:param source: path of to the file on the host
:param dest: path of to the file on the connected
:param dest: path of to the file on the connected device.
:param timeout: timeout (in seconds) for the transfer; if the transfer does
not complete within this period, an exception will be raised.