Trivial: fix typo in docstring

This patch adds missed space between words in docstring of
_set_and_wait() in ironic/drivers/modules/ipmitool.py

Change-Id: I89efe6007d060459021933c85ba18da08670bbbc
This commit is contained in:
Vasyl Saienko 2016-10-18 11:39:23 +03:00
parent 128c025fc1
commit 6cc31f7d78
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ def _sleep_time(iter):
def _set_and_wait(target_state, driver_info):
"""Helper function for DynamicLoopingCall.
This method changes the power state and polls the BMCuntil the desired
This method changes the power state and polls the BMC until the desired
power state is reached, or CONF.ipmi.retry_timeout would be exceeded by the
next iteration.