From 6ba89851f1836e59e20f4e751f57b17adb96b86a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 26 Feb 2014 08:17:48 -0500 Subject: [PATCH] fix docstring typo Signed-off-by: Alfredo Deza --- teuthology/contextutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/contextutil.py b/teuthology/contextutil.py index 4306cde411..513147fa0c 100644 --- a/teuthology/contextutil.py +++ b/teuthology/contextutil.py @@ -51,7 +51,7 @@ class MaxWhileTries(Exception): class safe_while(object): """ - A contect manager to remove boiler plate code that deals with `while` loops + A context manager to remove boiler plate code that deals with `while` loops that need a given number of tries and some seconds to sleep between each one of those tries. -- 2.39.5