From 22fcc42903bca66cf369c0cb777a509b245107e2 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 21 Jun 2018 13:40:12 +0100 Subject: [PATCH] fw/core: Correct parameter description --- wa/framework/configuration/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index e8971536..2e01df77 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -657,7 +657,7 @@ class RunConfiguration(Configuration): default=2, description=''' The maximum number of times failed jobs will be retried before - giving up. If not set. + giving up. .. note:: This number does not include the original attempt ''',