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:
parent
2591935180
commit
6ba89851f1
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user