From: Alfredo Deza Date: Wed, 26 Feb 2014 13:17:48 +0000 (-0500) Subject: fix docstring typo X-Git-Tag: 1.1.0~1631^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ba89851f1836e59e20f4e751f57b17adb96b86a;p=teuthology.git fix docstring typo Signed-off-by: Alfredo Deza --- diff --git a/teuthology/contextutil.py b/teuthology/contextutil.py index 4306cde4..513147fa 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.