1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

Workload: Corrected doc string

This commit is contained in:
Marc Bonnici 2017-04-11 09:34:49 +01:00
parent e60e31ff8e
commit a17e11251e

View File

@ -65,7 +65,7 @@ class Workload(TargetedPlugin):
def run(self, context):
"""
Execute the workload. This is the method that performs the actual
"work" of the.
"work" of the workload.
"""
pass