From 346ce2fb15fefa1267af6ed3dfdd7adf82497351 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 29 Nov 2017 16:07:19 +0000 Subject: [PATCH] framework/workload: Fix typo and formatting --- wa/framework/workload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/workload.py b/wa/framework/workload.py index f40a25e9..737c3bce 100644 --- a/wa/framework/workload.py +++ b/wa/framework/workload.py @@ -194,7 +194,7 @@ class ApkWorkload(Workload): Parameter('strict', kind=bool, default=False, description=""" - Whether to throw and error if the specified package cannot be found + Whether to throw an error if the specified package cannot be found on host. """), Parameter('force_install', kind=bool, @@ -212,7 +212,7 @@ class ApkWorkload(Workload): default=False, description=""" If ``True``, workload will check that the APK matches the target - device ABI, otherwise any suitable APK found will be used. + device ABI, otherwise any suitable APK found will be used. """) ]