From 29a5a7fd434c7d923dec0b27a743aaf33a9e1979 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 26 Apr 2022 15:31:01 +0100 Subject: [PATCH] fw/config: Fix RunConfiguration descriptions Fix quotations in the RunConfiguration description. --- wa/framework/configuration/core.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index e0823565..85b771bf 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -667,18 +667,18 @@ class RunConfiguration(Configuration): ``"each_spec"`` The device will be rebooted before running a new workload spec. - .. note:: this acts the same as each_job when execution order + .. note:: This acts the same as ``each_job`` when execution order is set to by_iteration - ''"run_completion"'' - The device will be reboot after the run has been completed. + ``"run_completion"`` + The device will be rebooted after the run has been completed. '''), ConfigurationPoint( 'device', kind=str, default='generic_android', description=''' - This setting defines what specific Device subclass will be used to + This setting defines what specific ``Device`` subclass will be used to interact the connected device. Obviously, this must match your setup. ''',