1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

Documentation: punctuation error fix

This commit is contained in:
Vasilis Flouris 2015-06-18 10:46:29 +01:00
parent aac69a9c14
commit 90c0ed281d

View File

@ -261,7 +261,7 @@ class BaseLinuxDevice(Device): # pylint: disable=abstract-method
def deploy_busybox(self, context, force=False):
"""
Deploys the busybox binary to the specified device, and returns
Deploys the busybox binary to the specified device and returns
the path to the binary on the device.
:param device: device to deploy the binary to.