Skip to content

Commit

Permalink
Doc: fix typo in parameter type
Browse files Browse the repository at this point in the history
Change-Id: Ifc95d74df30aef15c10b4ab56b1aa61d2fe11b95
  • Loading branch information
volans- committed Aug 8, 2018
1 parent 9f91342 commit 0a0a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumin/transports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def __init__(self, hosts, batch_size=None, batch_size_ratio=None, batch_sleep=No
batch_size_ratio (float, optional): set the batch size with a ratio so that no more that this fraction
of hosts are targeted at any given time. It must be a float between 0 and 1 and will raise exception
if after rounding it there are 0 hosts selected.
batch_sleep (int, optional): sleep time in seconds between the end of execution of one host in the
batch_sleep (float, optional): sleep time in seconds between the end of execution of one host in the
batch and the start in the next host. It must be a positive float.
Raises:
Expand Down

0 comments on commit 0a0a00a

Please sign in to comment.