From 90c0ed281d6917202d1b9056bd19e71d32ba2152 Mon Sep 17 00:00:00 2001 From: Vasilis Flouris Date: Thu, 18 Jun 2015 10:46:29 +0100 Subject: [PATCH] Documentation: punctuation error fix --- wlauto/common/linux/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/common/linux/device.py b/wlauto/common/linux/device.py index cc682417..61af52a0 100644 --- a/wlauto/common/linux/device.py +++ b/wlauto/common/linux/device.py @@ -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.