From b9f26eda9ada8a9ea81087e939aad3a6cd5a8aaa Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 30 Jun 2014 23:29:48 +0200 Subject: [PATCH] documentation typo Signed-off-by: Loic Dachary --- teuthology/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index 2227d7e40..06fa630f8 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -481,7 +481,7 @@ def build_matrix(path): that concatenates all files/subdirs. For a directory with a magic '%' file, we generate a result set - for each tiem in the directory, and then do a product to generate + for each item in the directory, and then do a product to generate a result list with all combinations. The final description (after recursion) for each item will look -- 2.47.3