提交 5fbf7005 编写于 作者: L Lucas Meneghel Rodrigues 提交者: GitHub

Merge pull request #2160 from apahim/wait_docstring_typo

utils.wait: docstring typo
......@@ -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.
先完成此消息的编辑!
想要评论请 注册