提交 360c8ae9 编写于 作者: A Amador Pahim

utils.wait: docstring typo

Parameter is `step`, docstring says `steps`. Fixing.
Signed-off-by: NAmador Pahim <apahim@redhat.com>
上级 f4478bc3
......@@ -13,7 +13,7 @@ def wait_for(func, timeout, first=0.0, step=1.0, text=None):
:param timeout: Timeout in seconds
:param first: Time to sleep before first attempt
:param steps: Time to sleep between attempts in seconds
:param step: Time to sleep between attempts in seconds
:param text: Text to print while waiting, for debug purposes
"""
start_time = time.time()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册