1
0
mirror of https://github.com/ceph/ceph synced 2025-03-23 10:48:12 +00:00

fix docstring typo

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
This commit is contained in:
Alfredo Deza 2014-02-26 08:17:48 -05:00
parent 2591935180
commit 6ba89851f1

View File

@ -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.