From c38855579f7f41551049935798d991733143a5a9 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 2 Dec 2014 10:40:25 -0600 Subject: [PATCH] simple documentation update Signed-off-by: Andrew Schoen --- teuthology/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/run.py b/teuthology/run.py index bc11b68d95..4866bc8049 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -103,7 +103,7 @@ def setup_config(config_paths): """ Takes a list of config yaml files and combines them into a single dictionary. Processes / validates the dictionary and then - returns a JobConfig instance. + returns it. """ config = merge_configs(config_paths) -- 2.39.5